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 eWeLink DS01, VictorPest.com Rat Trap, and LUMI lumi.weather #34

Merged
merged 3 commits into from
Dec 12, 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
18 changes: 17 additions & 1 deletion custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "eWeLink",
"model": "DS01",
"battery_type": "CR2032"
},
{
"manufacturer": "Fantem",
"model": "4 in 1 multi sensor (ZB003-X)",
Expand All @@ -35,6 +40,11 @@
"battery_type": "AA",
"battery_quantity": 4
},
{
"manufacturer": "LUMI",
"model": "lumi.weather",
"battery_type": "CR2032"
},
{
"manufacturer": "OSRAM",
"model": "Smart+ switch mini (AC0251100NJ/AC0251600NJ/AC0251700NJ)",
Expand Down Expand Up @@ -134,6 +144,12 @@
"model": "Wireless switch with 4 buttons (TS0044)",
"battery_type": "CR2430"
},
{
"manufacturer": "VictorPest.com",
"model": "Rat Trap",
"battery_type": "C",
"battery_quantity": 4
},
{
"manufacturer": "Xiaomi",
"model": "Aqara door & window contact sensor (MCCGQ11LM)",
Expand Down Expand Up @@ -207,4 +223,4 @@
"battery_type": "CR2032"
}
]
}
}