Improve fridge support #41

This commit is contained in:
Andre Basche 2023-05-21 20:51:20 +02:00
parent 833c395c97
commit bf1a6e8fe2
29 changed files with 788 additions and 278 deletions

View file

@ -124,6 +124,13 @@ SELECTS = {
entity_category=EntityCategory.CONFIG,
translation_key="programs_ref",
),
SelectEntityDescription(
key="startProgram.zone",
name="Zone",
icon="mdi:radiobox-marked",
entity_category=EntityCategory.CONFIG,
translation_key="ref_zones",
),
),
}