mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Update oven
This commit is contained in:
parent
e2f7f15a5f
commit
7d3813b8fd
5 changed files with 14 additions and 20 deletions
|
@ -14,18 +14,6 @@ from .hon import HonCoordinator, HonEntity
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
BUTTONS: dict[str, tuple[ButtonEntityDescription, ...]] = {
|
||||
"OV": (
|
||||
ButtonEntityDescription(
|
||||
key="startProgram",
|
||||
name="Start Program",
|
||||
icon="mdi:power-cycle",
|
||||
),
|
||||
ButtonEntityDescription(
|
||||
key="stopProgram",
|
||||
name="Stop Program",
|
||||
icon="mdi:power-off",
|
||||
),
|
||||
),
|
||||
"IV": (
|
||||
ButtonEntityDescription(
|
||||
key="startProgram",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue