We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8379bfa commit 8583946Copy full SHA for 8583946
1 file changed
custom_components/hydrao/const.py
@@ -49,7 +49,7 @@ class HydraoShowerSensorEntityDesc(SensorEntityDescription,HydraoRequiredKeysMix
49
key="trend",
50
name="Tendance",
51
json_key="trend",
52
- unit_of_measurement="%"
+ unit_of_measurement="%",
53
icon="mdi:chart-line-variant"
54
),
55
HydraoShowerSensorEntityDesc(
0 commit comments