Skip to content

Commit

Permalink
[Bug]: fix value types and add STATE for Mixer1 jontofront/ecoNET-300…
Browse files Browse the repository at this point in the history
…-Home-Assistant-Integration#7575
  • Loading branch information
jontofront committed Oct 16, 2024
1 parent e6c487e commit 6056d03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/econet300/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"protocolType": None,
"controllerID": None,
"valveMixer1": None,
"servoMixer1": None,
"servoMixer1": SensorDeviceClass.ENUM,
"Status_wifi": None,
"main_server": None,
}
Expand Down Expand Up @@ -307,6 +307,8 @@
"mixerSetTemp": "mdi:thermometer",
"valveMixer1": "mdi:valve",
"mixerSetTemp1": "mdi:thermometer-chevron-up",
"servoMixer1": "mdi:valve",
"mixerTemp1": "mdi:thermometer",
}

ENTITY_ICON_OFF = {
Expand Down

0 comments on commit 6056d03

Please sign in to comment.