Skip to content

Commit 5aa3fdf

Browse files
authored
Added new devices (#157)
Added: - TuYa Temperature and humidity sensor (TH02Z) - Lidl Silvercrest smart motion sensor (HG06335/HG07310) (CR123A battery version) - Lidl Silvercrest smart motion sensor (HG06335/HG07310) (AAA battery version) - TuYa Motion sensor (IH012-RT01)
1 parent f790f7f commit 5aa3fdf

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,17 @@
476476
"battery_type": "AA",
477477
"battery_quantity": 2
478478
},
479+
{
480+
"manufacturer": "Lidl",
481+
"model": "Silvercrest smart motion sensor (HG06335/HG07310)",
482+
"battery_type": "AAA",
483+
"battery_quantity": 2
484+
},
485+
{
486+
"manufacturer": "Lidl",
487+
"model": "Silvercrest smart motion sensor (HG06335/HG07310)",
488+
"battery_type": "CR123A"
489+
},
479490
{
480491
"manufacturer": "Linkind",
481492
"model": "Door/window Sensor (ZS110050078)",
@@ -1052,6 +1063,11 @@
10521063
"model": "Luminance motion sensor (ZG-204ZL)",
10531064
"battery_type": "CR2450"
10541065
},
1066+
{
1067+
"manufacturer": "TuYa",
1068+
"model": "Motion sensor (IH012-RT01)",
1069+
"battery_type": "CR2450"
1070+
},
10551071
{
10561072
"manufacturer": "TuYa",
10571073
"model": "Soil sensor (TS0601_soil)",
@@ -1069,6 +1085,12 @@
10691085
"battery_type": "AAA",
10701086
"battery_quantity": 2
10711087
},
1088+
{
1089+
"manufacturer": "TuYa",
1090+
"model": "Temperature and humidity sensor (TH02Z)",
1091+
"battery_type": "AAA",
1092+
"battery_quantity": 2
1093+
},
10721094
{
10731095
"manufacturer": "TuYa",
10741096
"model": "Temperature and humidity sensor (ZTH05)",
@@ -1400,4 +1422,4 @@
14001422
"battery_quantity": 2
14011423
}
14021424
]
1403-
}
1425+
}

0 commit comments

Comments
 (0)