1
0
Fork 0
mirror of https://github.com/Andre0512/hon.git synced 2025-05-22 19:05:07 -04:00

Update oven

This commit is contained in:
Miguel Ángel 2023-04-16 16:59:37 +02:00
parent e2f7f15a5f
commit 7d3813b8fd
5 changed files with 14 additions and 20 deletions
custom_components/hon

View file

@ -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",