mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-21 02:15:06 -04:00
Small improvements
This commit is contained in:
parent
6e8576c7bd
commit
38a67ad64c
5 changed files with 34 additions and 12 deletions
|
@ -42,6 +42,13 @@ LIGHTS: dict[str, tuple[LightEntityDescription, ...]] = {
|
|||
translation_key="light",
|
||||
),
|
||||
),
|
||||
"DW": (
|
||||
LightEntityDescription(
|
||||
key="settings.lightStatus",
|
||||
name="Light status",
|
||||
translation_key="light",
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue