mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Increase the number of irrigation zones up to 8 for Tuya enabled controllers. (#147793)
This commit is contained in:
parent
6104731d53
commit
a6146fb5a9
@ -440,6 +440,30 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
|||||||
key=DPCode.SWITCH_2,
|
key=DPCode.SWITCH_2,
|
||||||
translation_key="switch_2",
|
translation_key="switch_2",
|
||||||
),
|
),
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.SWITCH_3,
|
||||||
|
translation_key="switch_3",
|
||||||
|
),
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.SWITCH_4,
|
||||||
|
translation_key="switch_4",
|
||||||
|
),
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.SWITCH_5,
|
||||||
|
translation_key="switch_5",
|
||||||
|
),
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.SWITCH_6,
|
||||||
|
translation_key="switch_6",
|
||||||
|
),
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.SWITCH_7,
|
||||||
|
translation_key="switch_7",
|
||||||
|
),
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.SWITCH_8,
|
||||||
|
translation_key="switch_8",
|
||||||
|
),
|
||||||
),
|
),
|
||||||
# Siren Alarm
|
# Siren Alarm
|
||||||
# https://developer.tuya.com/en/docs/iot/categorysgbj?id=Kaiuz37tlpbnu
|
# https://developer.tuya.com/en/docs/iot/categorysgbj?id=Kaiuz37tlpbnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user