mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-22 19:05:07 -04:00
Update oven
This commit is contained in:
parent
e2f7f15a5f
commit
7d3813b8fd
5 changed files with 14 additions and 20 deletions
custom_components/hon
|
@ -73,6 +73,17 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
|
|||
turn_off_key="resumeProgram",
|
||||
),
|
||||
),
|
||||
|
||||
"OV": (
|
||||
HonSwitchEntityDescription(
|
||||
key="active",
|
||||
name="Oven",
|
||||
icon="mdi:toaster-oven",
|
||||
turn_on_key="startProgram",
|
||||
turn_off_key="stopProgram",
|
||||
),
|
||||
),
|
||||
|
||||
"WD": (
|
||||
HonSwitchEntityDescription(
|
||||
key="active",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue