Skip to content

Commit

Permalink
refactor: update ecoNET360i references to ecoMAX360i in constant defi…
Browse files Browse the repository at this point in the history
…nitions
  • Loading branch information
jontofront committed Jan 13, 2025
1 parent b6420d5 commit c8fd834
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/econet300/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"burnerOutput": PERCENTAGE,
"mixerTemp": UnitOfTemperature.CELSIUS,
"mixerSetTemp": UnitOfTemperature.CELSIUS,
# ecoNET360i
# ecoMAX360i
"Circuit2thermostatTemp": UnitOfTemperature.CELSIUS,
"TempClutch": UnitOfTemperature.CELSIUS,
"Circuit3thermostatTemp": UnitOfTemperature.CELSIUS,
Expand All @@ -212,7 +212,7 @@
"moduleCSoftVer": None,
"moduleLambdaSoftVer": None,
"modulePanelSoftVer": None,
# ecoNET360i
# ecoMAX360i
"PS": None,
"heating_work_state_pump4": None,
}
Expand Down Expand Up @@ -240,7 +240,7 @@
"tempLowerBuffer": SensorDeviceClass.TEMPERATURE,
"signal": SensorDeviceClass.SIGNAL_STRENGTH,
"servoMixer1": SensorDeviceClass.ENUM,
# ecoNET360i
# ecoMAX360i
"Circuit2thermostatTemp": SensorDeviceClass.TEMPERATURE,
"TempClutch": SensorDeviceClass.TEMPERATURE,
"Circuit3thermostatTemp": SensorDeviceClass.TEMPERATURE,
Expand Down Expand Up @@ -297,7 +297,7 @@
"moduleCSoftVer": None,
"moduleLambdaSoftVer": None,
"modulePanelSoftVer": None,
# ecoNET360i
# ecoMAX360i
"PS": None,
"TempBuforDown": 1,
"heatingUpperTemp": 1,
Expand Down Expand Up @@ -345,7 +345,7 @@
"moduleCSoftVer": "mdi:raspberry-pi",
"moduleLambdaSoftVer": "mdi:raspberry-pi",
"modulePanelSoftVer": "mdi:alarm-panel-outline",
# ecoNET360i
# ecoMAX360i
"TempBuforDown": "mdi:thermometer",
"heatingUpperTemp": "mdi:thermometer",
"heating_work_state_pump4": "mdi:sync",
Expand Down

0 comments on commit c8fd834

Please sign in to comment.