Skip to content

Commit

Permalink
fixed after heating type sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
veista committed Dec 21, 2022
1 parent e5188df commit 9d4ffc8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions custom_components/nilan/device_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9d4ffc8

Please sign in to comment.