mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Add missing translation key in Tuya (#98122)
This commit is contained in:
parent
6545c46ba0
commit
07a701551b
@ -105,11 +105,11 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
|||||||
translation_key="plug",
|
translation_key="plug",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
# Cirquit Breaker
|
# Circuit Breaker
|
||||||
"dlq": (
|
"dlq": (
|
||||||
SwitchEntityDescription(
|
SwitchEntityDescription(
|
||||||
key=DPCode.CHILD_LOCK,
|
key=DPCode.CHILD_LOCK,
|
||||||
translation_key="asd",
|
translation_key="child_lock",
|
||||||
icon="mdi:account-lock",
|
icon="mdi:account-lock",
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user