Add some fridge sensors, change some configs to controls

This commit is contained in:
Andre Basche 2023-05-15 19:23:53 +02:00
parent 604cf1b3c6
commit 81676771c7
27 changed files with 392 additions and 41 deletions

View file

@ -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: