Skip to content

Commit

Permalink
Add alias for Lidl HG06104A
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Jul 9, 2023
1 parent 806e022 commit f208a53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions custom_components/powercalc/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
MANUFACTURER_IKEA = "IKEA of Sweden"
MANUFACTURER_LEDVANCE = "LEDVANCE"
MANUFACTURER_LEXMAN = "Lexman"
MANUFACTURER_LIDL = "lidl"
MANUFACTURER_MELITECH = "MeLiTec"
MANUFACTURER_MULLER_LIGHT = "Müller Licht"
MANUFACTURER_NEO_ELECTRONICS = "Shenzhen Neo Electronics Co., Ltd."
Expand Down Expand Up @@ -39,6 +40,7 @@
"Philips": MANUFACTURER_SIGNIFY,
"Xiaomi": MANUFACTURER_AQARA,
"Yeelight Technology": MANUFACTURER_YEELIGHT,
"_TZ3000_riwp3k79": MANUFACTURER_LIDL,
}

MANUFACTURER_DIRECTORY_MAPPING = {
Expand Down
5 changes: 4 additions & 1 deletion custom_components/powercalc/data/lidl/HG06104A/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"VERSION": "v1.3.1:docker"
},
"name": "Livarno Lux smart LED light strip 2.5m",
"standby_power": 0.34
"standby_power": 0.34,
"aliases": [
"TS0505A"
]
}

0 comments on commit f208a53

Please sign in to comment.