mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Update readme
This commit is contained in:
parent
0b345e082b
commit
3036087925
2 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ for entity_type, appliances in entities.items():
|
|||
if entity.key.startswith("settings")
|
||||
or isinstance(entity, HonSwitchEntityDescription)
|
||||
or isinstance(entity, HonControlSwitchEntityDescription)
|
||||
or entity_type in ["button", "climate"]
|
||||
or entity_type in ["button", "climate", "lock", "light", "fan"]
|
||||
else "sensor"
|
||||
)
|
||||
result.setdefault(appliance, {}).setdefault(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue