Skip to content

Commit 8583946

Browse files
committed
missingcomma in const.py
1 parent 8379bfa commit 8583946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/hydrao/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class HydraoShowerSensorEntityDesc(SensorEntityDescription,HydraoRequiredKeysMix
4949
key="trend",
5050
name="Tendance",
5151
json_key="trend",
52-
unit_of_measurement="%"
52+
unit_of_measurement="%",
5353
icon="mdi:chart-line-variant"
5454
),
5555
HydraoShowerSensorEntityDesc(

0 commit comments

Comments
 (0)