Skip to content

Commit 5acc006

Browse files
Merge branch 'main' into refactor
2 parents bdc053c + 42d51e7 commit 5acc006

File tree

5 files changed

+807
-727
lines changed

5 files changed

+807
-727
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88
- '**.py' # Run if pushed commits include a change to a Python (.py) file.
99
- '.github/workflows/lint.yml' # Run if pushed commits include a change to a github actions workflow file.
1010
- 'requirements.txt' # Run if pushed commits include a change to the Python requirements.txt file.
11-
- '.pyprogject.toml' # Run if project configuration file changes.
11+
- '.pyproject.toml' # Run if project configuration file changes.
1212
pull_request:
1313
branches:
1414
- "main"
1515
paths:
1616
- '**.py' # Run if pushed commits include a change to a Python (.py) file.
1717
- '.github/workflows/lint.yml' # Run if pushed commits include a change to a github actions workflow file.
1818
- 'requirements.txt' # Run if pushed commits include a change to the Python requirements.txt file.
19-
- '.pyprogject.toml' # Run if project configuration file changes.
19+
- '.pyproject.toml' # Run if project configuration file changes.
2020
workflow_dispatch:
2121

2222
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
zip battery_notes.zip -r ./
3131
3232
- name: "Upload the ZIP file to the release"
33-
uses: softprops/[email protected].1
33+
uses: softprops/[email protected].2
3434
with:
3535
files: ${{ github.workspace }}/custom_components/battery_notes/battery_notes.zip

library.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1683 Devices in library
1+
## 1689 Devices in library
22

33
This file is auto generated, do not modify
44

@@ -144,6 +144,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
144144
|Airthings |Wave Plus |2× AA | | |
145145
|Airthings AS |Wave Plus |2× AA | | |
146146
|Airthings AS |Wave Radon |2× AA | | |
147+
|Airzone |thinkradio |CR2032 | | |
147148
|Alarm.com |n/a |CR123A | | |
148149
|Aldi |MEGOS switch and dimming light remote control (141L100RC) |CR2450 | | |
149150
|Alecto |Smoke detector (SMART-SMOKE10) |2× AA | | |
@@ -164,6 +165,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
164165
|AMV FritzBox |FRITZ!DECT 440 |2× AAA | | |
165166
|APC |Back-UPS XS 1500M |Rechargeable | | |
166167
|APC |SRV 2K I -AR |APCRBCV204 | | |
168+
|ApolloAutomation |PLT-1B |18650 | | |
167169
|Apple |iPad14,3 |Rechargeable | | |
168170
|Apple |iPad6,11 |Rechargeable | | |
169171
|Apple |iPad8,1 |Rechargeable | | |
@@ -980,6 +982,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
980982
|Philips |Hue smart button (8718699693985) |CR2032 | | |
981983
|Philips |Hue Tap dial switch |CR2032 |8719514440937/8719514440999 | |
982984
|Philips |Hue Tap dial switch (8719514440937/8719514440999) |CR2032 | | |
985+
|Philips |Hue wall switch module |CR2450 | 929003017102| 1|
983986
|Philips |Hue wall switch module (929003017102) |CR2450 | | |
984987
|Philips |Hue wall switch module (RDM004) |CR2450 | | |
985988
|Philips |ROM001 |CR2032 | | |
@@ -1014,6 +1017,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
10141017
|Ring |4AK1SZ |Rechargeable | | |
10151018
|Ring |4SD2SZ-0EN0 |2× CR2032 | | |
10161019
|Ring |4SP1SZ |2× AA | | |
1020+
|Ring |B0923BK77S |2× AA | | |
10171021
|Ring |Contact Sensor |2× CR2032 | | |
10181022
|Ring |Doorbell (2nd Gen) |Rechargeable | | |
10191023
|Ring |Doorbell 2 |Rechargeable | | |
@@ -1200,6 +1204,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
12001204
|SOMFY |Sonesse 28 WF Li-Ion Roller |Rechargeable | |zigbee:SomfyConfigurationToolComponent|
12011205
|SOMFY |Sonesse 28 WF Li-Ion Roller |MANUAL | |zigbee:SomfyRollerShadeComponent |
12021206
|Sonoff |Contact Sensor |CR2477 |SNZB-04P | |
1207+
|SONOFF |Contact sensor |CR2477 |SNZB-04P | 0|
12031208
|Sonoff |Contact sensor (SNZB-04) |CR2032 | | |
12041209
|SONOFF |Contact sensor (SNZB-04P) |CR2477 | | |
12051210
|SONOFF |DW2-Wi-Fi |2× AAA | | |
@@ -1352,6 +1357,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
13521357
|Tuya |dagu44fhznig1omo |2× AAA | | |
13531358
|TuYa |Door and window sensor (TM001-ZA/TM081) |CR2032 | | |
13541359
|Tuya |Door sensor |2× AAA |19DZT | 1|
1360+
|Tuya |Door sensor |2× CR1632 |TS0203 | 0|
13551361
|Tuya |Door sensor |CR2032 |TS0203 | 1|
13561362
|TuYa |Door sensor (TS0203) |CR2032 | | |
13571363
|Tuya |Door sensor (TS0203) |2× AAA | | |

library/library.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,11 @@
760760
"battery_type": "AA",
761761
"battery_quantity": 2
762762
},
763+
{
764+
"manufacturer": "Airzone",
765+
"model": "thinkradio",
766+
"battery_type": "CR2032"
767+
},
763768
{
764769
"manufacturer": "Alarm.com",
765770
"model": "n/a",
@@ -869,6 +874,11 @@
869874
"model": "SRV 2K I -AR",
870875
"battery_type": "APCRBCV204"
871876
},
877+
{
878+
"manufacturer": "ApolloAutomation",
879+
"model": "PLT-1B",
880+
"battery_type": "18650"
881+
},
872882
{
873883
"manufacturer": "Apple",
874884
"model": "iPad14,3",
@@ -5468,6 +5478,13 @@
54685478
"model": "Hue Tap dial switch (8719514440937/8719514440999)",
54695479
"battery_type": "CR2032"
54705480
},
5481+
{
5482+
"manufacturer": "Philips",
5483+
"model": "Hue wall switch module",
5484+
"model_id": "929003017102",
5485+
"hw_version": "1",
5486+
"battery_type": "CR2450"
5487+
},
54715488
{
54725489
"manufacturer": "Philips",
54735490
"model": "Hue wall switch module (929003017102)",
@@ -5654,6 +5671,12 @@
56545671
"battery_type": "AA",
56555672
"battery_quantity": 2
56565673
},
5674+
{
5675+
"manufacturer": "Ring",
5676+
"model": "B0923BK77S",
5677+
"battery_type": "AA",
5678+
"battery_quantity": 2
5679+
},
56575680
{
56585681
"manufacturer": "Ring",
56595682
"model": "Contact Sensor",
@@ -6655,6 +6678,13 @@
66556678
"model_id": "SNZB-04P",
66566679
"battery_type": "CR2477"
66576680
},
6681+
{
6682+
"manufacturer": "SONOFF",
6683+
"model": "Contact sensor",
6684+
"model_id": "SNZB-04P",
6685+
"hw_version": "0",
6686+
"battery_type": "CR2477"
6687+
},
66586688
{
66596689
"manufacturer": "Sonoff",
66606690
"model": "Contact sensor (SNZB-04)",
@@ -7538,6 +7568,14 @@
75387568
"battery_type": "AAA",
75397569
"battery_quantity": 2
75407570
},
7571+
{
7572+
"manufacturer": "Tuya",
7573+
"model": "Door sensor",
7574+
"model_id": "TS0203",
7575+
"hw_version": "0",
7576+
"battery_type": "CR1632",
7577+
"battery_quantity": 2
7578+
},
75417579
{
75427580
"manufacturer": "Tuya",
75437581
"model": "Door sensor",

0 commit comments

Comments
 (0)