Add some fridge sensors, change some configs to controls
This commit is contained in:
@@ -53,6 +53,7 @@ for entity_type, appliances in entities.items():
|
||||
if (
|
||||
isinstance(entity, HonSwitchEntityDescription)
|
||||
and entity.entity_category != "config"
|
||||
and "settings." not in entity.key
|
||||
):
|
||||
key = f"{entity.turn_on_key}` / `{entity.turn_off_key}"
|
||||
else:
|
||||
|
Reference in New Issue
Block a user