Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veista committed Dec 11, 2022
1 parent bfd918f commit 576bd15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/nilan/device_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,12 +571,12 @@
"get_user_menu_state": {
"entity_type": "sensor",
"min_bus_version": 20,
"supported_devices": (None,),
"supported_devices": ("all",),
},
"get_hmi_language": {
"entity_type": "select",
"min_bus_version": 22,
"supported_devices": (None,),
"supported_devices": ("all",),
},
"get_low_outdoor_temperature_setpoint": {
"entity_type": "number",
Expand Down Expand Up @@ -631,7 +631,7 @@
"supported_devices": ("all",),
},
"get_fan_startup_delay": {
"entity_type": "select",
"entity_type": "number",
"min_bus_version": 22,
"supported_devices": (
19,
Expand Down

0 comments on commit 576bd15

Please sign in to comment.