mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-11 19:12:23 +02:00
Add more translation keys for ap #72
This commit is contained in:
@@ -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"),),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user