Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added device details (Xiaomi SRTS-A01, Sonoff TRVZB) #127

Merged
merged 4 commits into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading