Skip to content

Commit

Permalink
Added device details (Xiaomi SRTS-A01, Sonoff TRVZB) (#127)
Browse files Browse the repository at this point in the history
* Added "SONOFF TRVZB"

* Added "Xiaomi SRTS-A01"

* Fixed formatting

* Update library.json

---------

Co-authored-by: Andrew Jackson <[email protected]>
  • Loading branch information
jkrgr0 and andrew-codechimp committed Dec 22, 2023
1 parent 05798c3 commit 5ea8c8a
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
"model": "Doorbell 2",
"battery_type": "Rechargeable"
},
{
{
"manufacturer": "Roborock",
"model": "roborock.vacuum.a15",
"battery_type": "Rechargeable"
Expand Down Expand Up @@ -677,6 +677,18 @@
"model": "Temperature and humidity sensor with screen (SNZB-02D)",
"battery_type": "CR2450"
},
{
"manufacturer": "SONOFF",
"model": "TRVZB",
"battery_type": "AA",
"battery_quantity": 3
},
{
"manufacturer": "SONOFF",
"model": "Zigbee thermostatic radiator valve (TRVZB)",
"battery_type": "AA",
"battery_quantity": 3
},
{
"manufacturer": "Sure Petcare",
"model": "Cat flap",
Expand Down Expand Up @@ -951,6 +963,12 @@
"model": "Aqara Opple switch 3 bands (WXCJKG13LM)",
"battery_type": "CR2032"
},
{
"manufacturer": "Xiaomi",
"model": "Aqara Smart Radiator Thermostat E1 (SRTS-A01)",
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Xiaomi",
"model": "Aqara T1 light intensity sensor (GZCGQ11LM)",
Expand Down Expand Up @@ -1043,6 +1061,12 @@
"model": "RTCGQ01LM",
"battery_type": "CR2450"
},
{
"manufacturer": "Xiaomi",
"model": "SRTS-A01",
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Xiaomi",
"model": "WSDCGQ01LM",
Expand Down

0 comments on commit 5ea8c8a

Please sign in to comment.