mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +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(
|
SwitchEntityDescription(
|
||||||
key=DPCode.SWITCH,
|
key=DPCode.SWITCH,
|
||||||
name="Switch",
|
name="Switch",
|
||||||
|
icon="mdi:power",
|
||||||
|
entity_category=EntityCategory.CONFIG,
|
||||||
|
),
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.START,
|
||||||
|
name="Start",
|
||||||
icon="mdi:pot-steam",
|
icon="mdi:pot-steam",
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user