mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Add sous vide start functionality (#84447)
This commit is contained in:
@@ -310,6 +310,12 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
||||
SwitchEntityDescription(
|
||||
key=DPCode.SWITCH,
|
||||
name="Switch",
|
||||
icon="mdi:power",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
),
|
||||
SwitchEntityDescription(
|
||||
key=DPCode.START,
|
||||
name="Start",
|
||||
icon="mdi:pot-steam",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
),
|
||||
|
Reference in New Issue
Block a user