From 9d4ffc8bf5aa8f2ed6c352a41520eba7ad1adbd3 Mon Sep 17 00:00:00 2001 From: veista Date: Thu, 22 Dec 2022 01:21:00 +0200 Subject: [PATCH] fixed after heating type sensor --- custom_components/nilan/device_map.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/custom_components/nilan/device_map.py b/custom_components/nilan/device_map.py index 9305a71..fca1e05 100644 --- a/custom_components/nilan/device_map.py +++ b/custom_components/nilan/device_map.py @@ -695,14 +695,9 @@ "supported_devices": ("all",), }, "get_after_heating_type": { - "entity_type": "select", + "entity_type": "sensor", "min_bus_version": 10, # PH - "supported_devices": ( - 13, - 20, - 21, - 35, - ), + "supported_devices": ("all",), }, "get_supply_heater_delay": { "entity_type": "number",