Skip to content

Commit 5c92871

Browse files
authoredFeb 7, 2022
Merge pull request #29 from jwillemsen/jwi-heaticon
Changed icon for heat energy to mdi:fire, matches the daikin_resident…
2 parents 356f43a + 5358095 commit 5c92871

File tree

1 file changed

+1
-1
lines changed
  • custom_components/daikin_residential_altherma

1 file changed

+1
-1
lines changed
 

‎custom_components/daikin_residential_altherma/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
ATTR_HEAT_ENERGY: {
172172
CONF_NAME: "Heat Energy Consumption",
173173
CONF_TYPE: SENSOR_TYPE_ENERGY,
174-
CONF_ICON: "mdi:waves-arrow-up",
174+
CONF_ICON: "mdi:fire",
175175
CONF_DEVICE_CLASS: DEVICE_CLASS_ENERGY,
176176
CONF_UNIT_OF_MEASUREMENT: ENERGY_KILO_WATT_HOUR,
177177
},

0 commit comments

Comments
 (0)
Please sign in to comment.