Skip to content

Commit 0b30cca

Browse files
Added Tado SU02 and SwitchBot Bot (#54)
* Update library.json Added Tado SU02 * Update library.json Added Switchbot bot * Update library.json Remove single battery quantity --------- Co-authored-by: Andrew Jackson <[email protected]>
1 parent 04c4e75 commit 0b30cca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@
202202
"battery_type": "AAA",
203203
"battery_quantity": 2
204204
},
205+
{
206+
"manufacturer": "switchbot",
207+
"model": "woHand",
208+
"battery_type": "CR2"
209+
},
205210
{
206211
"manufacturer": "Tado",
207212
"model": "RU01",
@@ -214,6 +219,12 @@
214219
"battery_type": "AAA",
215220
"battery_quantity": 3
216221
},
222+
{
223+
"manufacturer": "Tado",
224+
"model": "SU02",
225+
"battery_type": "AAA",
226+
"battery_quantity": 3
227+
},
217228
{
218229
"manufacturer": "Tado",
219230
"model": "VA01",

0 commit comments

Comments
 (0)