Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into battery-low-service
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Mar 5, 2024
2 parents 0a65817 + 5291e72 commit e16d329
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
15 changes: 13 additions & 2 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -1880,6 +1880,12 @@
"model": "SYMFONISK Sound Controller",
"battery_type": "CR2032"
},
{
"manufacturer": "IKEA of Sweden",
"model": "SYMFONISK sound remote gen2",
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "IKEA of Sweden",
"model": "TRADFRI motion sensor",
Expand Down Expand Up @@ -3732,6 +3738,11 @@
"model": "TS0203",
"battery_type": "CR2032"
},
{
"manufacturer": "Tuya",
"model": "TS0205",
"battery_type": "CR123A"
},
{
"manufacturer": "tuya",
"model": "TS0210",
Expand Down Expand Up @@ -4457,7 +4468,7 @@
{
"manufacturer": "Zooz",
"model": "ZSE42",
"battery_type": "CR2032"
"battery_type": "CR2450"
},
{
"manufacturer": "Zooz",
Expand All @@ -4467,7 +4478,7 @@
{
"manufacturer": "Zooz",
"model": "ZSE44",
"battery_type": "CR2450"
"battery_type": "MANUAL"
}
]
}
8 changes: 5 additions & 3 deletions library.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 826 Devices in library
## 828 Devices in library

This file is auto generated, do not modify

Expand Down Expand Up @@ -350,6 +350,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
|IKEA of Sweden |SOMRIG shortcut button |AAA |
|IKEA of Sweden |SYMFONISK Sound Controller |CR2032 |
|IKEA of Sweden |SYMFONISK Sound Controller |CR2032 |
|IKEA of Sweden |SYMFONISK sound remote gen2 |2× AAA |
|IKEA of Sweden |TRADFRI motion sensor |2× CR2032 |
|IKEA of Sweden |TRADFRI ON/OFF switch |CR2032 |
|IKEA of Sweden |TRADFRI open/close remote |CR2032 |
Expand Down Expand Up @@ -693,6 +694,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
|TuYa |TS0042 |CR2032 |
|TuYa |TS0201_1 |2× AA |
|TuYa |TS0203 |CR2032 |
|Tuya |TS0205 |CR123A |
|tuya |TS0210 |2× AAA |
|tuya |TS0601 |CR2 |
|TuYa |TS0601 |2× AAA |
Expand Down Expand Up @@ -829,6 +831,6 @@ Request new devices to be added to the library [here](https://github.com/andrew-
|Zooz |ZSE40 |2× AAA |
|Zooz |ZSE40 700 |CR123A |
|Zooz |ZSE41 |CR2032 |
|Zooz |ZSE42 |CR2032 |
|Zooz |ZSE42 |CR2450 |
|Zooz |ZSE43 |CR2032 |
|Zooz |ZSE44 |CR2450 |
|Zooz |ZSE44 |MANUAL |
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.8.2
homeassistant==2023.10.0
pip>=21.0,<24.1
ruff==0.2.2
ruff==0.3.0

0 comments on commit e16d329

Please sign in to comment.