mirror of
https://github.com/Andre0512/hon.git
synced 2025-01-31 11:53:43 +01:00
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…
x
Reference in New Issue
Block a user