Add missing translation key in Tuya (#98122)
This commit is contained in:
parent
6545c46ba0
commit
07a701551b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue