mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add sous vide start functionality (#84447)
This commit is contained in:
parent
1e9de194d3
commit
6c5f9c6fcb
@ -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,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user