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

Add devices from iNode, Oras/Hansa, Shelly, Tuya and Aqara/Xiaomi #85

Merged
merged 1 commit into from
Dec 18, 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
42 changes: 42 additions & 0 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@
"model": "TRADFRI ON/OFF switch",
"battery_type": "CR2032"
},
{
"manufacturer": "iNode",
"model": "iNode Energy Meter",
"battery_type": "CR2032"
},
{
"manufacturer": "Kwikset",
"model": "HALO-01",
Expand Down Expand Up @@ -348,6 +353,11 @@
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Oras",
"model": "Electra Washbasin Faucet",
"battery_type": "2CR5"
},
{
"manufacturer": "ORVIBO",
"model": "e70f96b3773a4c9283c6862dbafb6a99",
Expand Down Expand Up @@ -413,6 +423,22 @@
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Shelly",
"model": "Shelly Door/Window 2",
"battery_type": "CR123A",
"battery_quantity": 2
},
{
"manufacturer": "Shelly",
"model": "Shelly Flood",
"battery_type": "CR123A"
},
{
"manufacturer": "Shelly",
"model": "Shelly H&T",
"battery_type": "CR123A"
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue motion sensor (SML001)",
Expand Down Expand Up @@ -569,6 +595,12 @@
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "TuYa",
"model": "Temperature & humidity sensor with display (TS0201)",
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "TuYa",
"model": "TS0203",
Expand Down Expand Up @@ -664,6 +696,11 @@
"model": "Aqara Opple switch 3 bands (WXCJKG13LM)",
"battery_type": "CR2032"
},
{
"manufacturer": "Xiaomi",
"model": "Aqara T1 light intensity sensor (GZCGQ11LM)",
"battery_type": "CR2450"
},
{
"manufacturer": "Xiaomi",
"model": "Aqara TVOC air quality monitor (VOCKQJK11LM)",
Expand Down Expand Up @@ -705,6 +742,11 @@
"model": "MCCGQ01LM",
"battery_type": "CR1632"
},
{
"manufacturer": "Xiaomi",
"model": "XMWSDJ04MMC",
"battery_type": "CR2450"
},
{
"manufacturer": "Xiaomi",
"model": "Mi/Aqara smart home cube (MFKZQ01LM)",
Expand Down
Loading