mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Add hob support #22
This commit is contained in:
parent
b0cd020941
commit
83c5e3479e
9 changed files with 146 additions and 7 deletions
|
@ -25,7 +25,14 @@ BUTTONS: dict[str, tuple[ButtonEntityDescription, ...]] = {
|
|||
name="Stop Program",
|
||||
icon="mdi:power-off",
|
||||
),
|
||||
)
|
||||
),
|
||||
"IV": (
|
||||
ButtonEntityDescription(
|
||||
key="startProgram",
|
||||
name="Start Program",
|
||||
icon="mdi:pot-steam",
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue