Oven
This commit is contained in:
parent
7fb68be033
commit
256c691213
@ -82,6 +82,13 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
|
|||||||
turn_on_key="startProgram",
|
turn_on_key="startProgram",
|
||||||
turn_off_key="stopProgram",
|
turn_off_key="stopProgram",
|
||||||
),
|
),
|
||||||
|
|
||||||
|
HonSwitchEntityDescription(
|
||||||
|
key="startProgram.preheatStatus",
|
||||||
|
name="Preheat",
|
||||||
|
icon="mdi:thermometer-chevron-up",
|
||||||
|
entity_category=EntityCategory.CONFIG,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
"WD": (
|
"WD": (
|
||||||
|
Loading…
Reference in New Issue
Block a user