mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-07 18:04:42 +02:00
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