mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 22:54:23 -04:00
Add more translation keys for ap #72
This commit is contained in:
parent
3c747f9602
commit
269a521435
27 changed files with 430 additions and 7 deletions
|
@ -19,14 +19,27 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
|
||||
LIGHTS = {
|
||||
"WC": (LightEntityDescription(key="settings.lightStatus", name="Light"),),
|
||||
"WC": (
|
||||
LightEntityDescription(
|
||||
key="settings.lightStatus",
|
||||
name="Light",
|
||||
translation_key="light",
|
||||
),
|
||||
),
|
||||
"HO": (
|
||||
LightEntityDescription(
|
||||
key="startProgram.lightStatus",
|
||||
name="Light status",
|
||||
translation_key="light",
|
||||
),
|
||||
),
|
||||
"AP": (
|
||||
LightEntityDescription(
|
||||
key="settings.lightStatus",
|
||||
name="Light status",
|
||||
translation_key="light",
|
||||
),
|
||||
),
|
||||
"AP": (LightEntityDescription(key="settings.lightStatus", name="Light status"),),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue