mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-14 15:14:22 -04:00
Add oven support
This commit is contained in:
parent
135d6cafed
commit
116f9d5470
5 changed files with 107 additions and 1 deletions
|
@ -20,6 +20,19 @@ BUTTONS: dict[str, tuple[ButtonEntityDescription, ...]] = {
|
|||
# icon="mdi:play-pause",
|
||||
# ),
|
||||
),
|
||||
|
||||
"OV":(
|
||||
ButtonEntityDescription(
|
||||
key="startProgram",
|
||||
name="Start Program",
|
||||
icon="mdi:power-cycle",
|
||||
),
|
||||
ButtonEntityDescription(
|
||||
key="stopProgram",
|
||||
name="Stop Program",
|
||||
icon="mdi:power-off",
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue