mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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",
|
||||
),
|
||||
),
|
||||
# Cirquit Breaker
|
||||
# Circuit Breaker
|
||||
"dlq": (
|
||||
SwitchEntityDescription(
|
||||
key=DPCode.CHILD_LOCK,
|
||||
translation_key="asd",
|
||||
translation_key="child_lock",
|
||||
icon="mdi:account-lock",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user