diff --git a/custom_components/econet300/const.py b/custom_components/econet300/const.py index d53f349..fa2faca 100644 --- a/custom_components/econet300/const.py +++ b/custom_components/econet300/const.py @@ -125,7 +125,7 @@ BINARY_SENSOR_MAP_KEY = { "_default": { - "lighter", + "lighterWorks", "pumpCOWorks", "fanWorks", "pumpFireplaceWorks", @@ -268,6 +268,7 @@ "lambdaLevel": "mdi:lambda", "lambdaSet": "mdi:lambda", "lambdaStatus": "mdi:lambda", + "lighterWorks": "mdi:fire", "workAt100": "mdi:counter", "workAt50": "mdi:counter", "workAt30": "mdi:counter", @@ -305,6 +306,7 @@ "statusCWU": "mdi:water-boiler-off", "mainSrv": "mdi:server-network-off", "lan": "mdi:lan-disconnect", + "lighterWorks": "mdi:fire-off", } NO_CWU_TEMP_SET_STATUS_CODE = 128 diff --git a/custom_components/econet300/strings.json b/custom_components/econet300/strings.json index 05597e3..b4b1477 100644 --- a/custom_components/econet300/strings.json +++ b/custom_components/econet300/strings.json @@ -20,7 +20,7 @@ }, "entity": { "binary_sensor": { - "lighter": { + "lighter_works": { "name": "Lighter" }, "weather_control": { diff --git a/custom_components/econet300/translations/en.json b/custom_components/econet300/translations/en.json index f3c9dcd..1a1d721 100644 --- a/custom_components/econet300/translations/en.json +++ b/custom_components/econet300/translations/en.json @@ -20,7 +20,7 @@ }, "entity": { "binary_sensor": { - "lighter": { + "lighter_works": { "name": "Lighter" }, "weather_control": {