mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-07 18:04:42 +02:00
Update readme
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user