Skip to content

Commit

Permalink
save work
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront authored Dec 21, 2023
1 parent 0b3bd51 commit 6e4710e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion custom_components/econet300/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"1795": "fanPower",
"1280": "tempCOSet",
# Binary sensors for testing

}

# Unknown ID's
Expand Down Expand Up @@ -210,8 +211,18 @@
"tempFlueGas": 1,
}

ENTITY_ICON = {
REG_PARAM_ENTITY_ICON = {
"mode": "mdi:sync",
"fanPower": "mdi:fan",
"temCO": "mdi:thermometer-lines",
"tempCOSet": "mdi:thermometer-chevron-up",
"boilerPower": "mdi:gauge",
"fuelLevel": "mdi:gas-station",
"lambdaLevel": "mdi:lambda",
"lambdaSet": "mdi:lambda",
"lambdaStatus": "mdi:lambda",
"quality": "mdi:signal",

}

REG_PARAM_VALUE_PROCESSOR = {
Expand Down

0 comments on commit 6e4710e

Please sign in to comment.