File tree Expand file tree Collapse file tree 2 files changed +64
-0
lines changed
custom_components/battery_notes Expand file tree Collapse file tree 2 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 667667 "model" : " Hue dimmer switch (RWL020)" ,
668668 "battery_type" : " CR2450"
669669 },
670+ {
671+ "manufacturer" : " Signify Netherlands B.V." ,
672+ "model" : " Hue dimmer switch (RWL022)" ,
673+ "battery_type" : " CR2032"
674+ },
675+ {
676+ "manufacturer" : " Signify Netherlands B.V." ,
677+ "model" : " Hue tap dial switch (RDM002)" ,
678+ "battery_type" : " CR2032"
679+ },
670680 {
671681 "manufacturer" : " Signify Netherlands B.V." ,
672682 "model" : " Hue wall switch module (RDM001)" ,
Original file line number Diff line number Diff line change 1+ {
2+ "config" : {
3+ "step" : {
4+ "user" : {
5+ "description" : " Hilfe zur Konfiguration finden Sie unter: https://github.com/andrew-codechimp/ha-battery-notes" ,
6+ "data" : {
7+ "device_id" : " Gerät" ,
8+ "name" : " Name"
9+ },
10+ "data_description" : {
11+ "name" : " Wenn Sie nichts eingeben wird der Name vom Quellgerät übernommen"
12+ }
13+ },
14+ "battery" : {
15+ "data" : {
16+ "battery_type" : " Batterieart"
17+ },
18+ "data_description" : {
19+ "battery_type" : " Geben Sie optional die Anzahl der Batterien an wenn es mehr als eine Batterie ist, z. B. 2x AAA"
20+ }
21+ }
22+ },
23+ "abort" : {
24+ "already_configured" : " Das Gerät ist bereits konfiguriert."
25+ },
26+ "error" : {
27+ "unknown" : " Ein unbekannter Fehler ist aufgetreten."
28+ }
29+ },
30+ "options" : {
31+ "step" : {
32+ "init" : {
33+ "description" : " Hilfe zur Konfiguration finden Sie unter: https://github.com/andrew-codechimp/ha-battery-notes" ,
34+ "data" : {
35+ "name" : " Name" ,
36+ "battery_type" : " Batterieart"
37+ },
38+ "data_description" : {
39+ "name" : " Wenn Sie nichts eingeben wird der Name vom Quellgerät übernommen"
40+ }
41+ }
42+ },
43+ "error" : {
44+ "unknown" : " Ein unbekannter Fehler ist aufgetreten."
45+ }
46+ },
47+ "entity" : {
48+ "sensor" : {
49+ "battery_type" : {
50+ "name" : " Batterieart"
51+ }
52+ }
53+ }
54+ }
You can’t perform that action at this time.
0 commit comments