Skip to content

Commit

Permalink
Add support for signify LCE002 (#84)
Browse files Browse the repository at this point in the history
* use_uppercase_friendly_name

* add_support_for_signify_LCE002

* Update support model list

* fix_newline_ending

* fix_file_ending

* adopt_to_new_model_schema

Co-authored-by: CM000n <CM000n@users.noreply.github.com>
  • Loading branch information
CM000n and CM000n committed Aug 18, 2021
1 parent 6c81e86 commit 3643ef4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions custom_components/powercalc/data/signify/LCE002/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Hue White and Color Ambiance E14 Candle w/ BT",
"standby_usage": 0.28,
"supported_modes": [
"lut"
],
"measure_method": "script",
"measure_device": "AVM FRITZ!DECT 200",
"measure_description": "Measured with own custom script"
}
1 change: 1 addition & 0 deletions docs/supported_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
|innr |RB 175 W |RB175W E27 806lm 2200K-2700K automatic warm dimming|lut |brightness |
|innr |RS 125 |RS125 GU10 350lm 2700K |lut |brightness |
|signify |LCA001 |Hue White and Color Ambiance A19 E26 (Gen 5) |lut |color_temp,hs|
|signify |LCE002 |Hue White and Color Ambiance E14 Candle w/ BT |lut |color_temp,hs|
|signify |LCT003 |Hue White and Color Ambiance Spot GU10 |lut |color_temp,hs|
|signify |LCT010 |Hue White and Color Ambiance A19 E26 (Gen 3) |lut |color_temp,hs|
|signify |LCT012 |Hue White and Color Ambiance Candle E12 |lut |color_temp,hs|
Expand Down

0 comments on commit 3643ef4

Please sign in to comment.