From fa9f66fcc2d8b672b587b5eb007d418750cead66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:30:09 +0000 Subject: [PATCH 1/6] Bump ruff from 0.2.2 to 0.3.0 (#1225) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3dd1a7851..0fb3ad9d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 From 9df4ee9a34a96eee8fe57dd53b33d76cdc81296e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:16:21 +0000 Subject: [PATCH 2/6] Update device: TS0205 by Tuya (#1230) --- custom_components/battery_notes/data/library.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index 71d2fb792..6f4c7cde9 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -4468,6 +4468,11 @@ "manufacturer": "Zooz", "model": "ZSE44", "battery_type": "CR2450" + }, + { + "manufacturer": "Tuya", + "model": "TS0205", + "battery_type": "CR123A" } ] } \ No newline at end of file From 48f30269982a7e968dd2cee5a8766291a02eedb3 Mon Sep 17 00:00:00 2001 From: andrew-codechimp Date: Mon, 4 Mar 2024 22:16:40 +0000 Subject: [PATCH 3/6] Apply automatic changes --- custom_components/battery_notes/data/library.json | 10 +++++----- library.md | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index 6f4c7cde9..cd8898a3d 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -3732,6 +3732,11 @@ "model": "TS0203", "battery_type": "CR2032" }, + { + "manufacturer": "Tuya", + "model": "TS0205", + "battery_type": "CR123A" + }, { "manufacturer": "tuya", "model": "TS0210", @@ -4468,11 +4473,6 @@ "manufacturer": "Zooz", "model": "ZSE44", "battery_type": "CR2450" - }, - { - "manufacturer": "Tuya", - "model": "TS0205", - "battery_type": "CR123A" } ] } \ No newline at end of file diff --git a/library.md b/library.md index 42afcc4e6..a9d9e63c1 100644 --- a/library.md +++ b/library.md @@ -1,4 +1,4 @@ -## 826 Devices in library +## 827 Devices in library This file is auto generated, do not modify @@ -693,6 +693,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 | From b9fa660880777af430fd4ffe218c10d04096ff57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:17:07 +0000 Subject: [PATCH 4/6] Update device: SYMFONISK_sound_remote_gen2 by IKEA_of_Sweden (#1232) --- custom_components/battery_notes/data/library.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index cd8898a3d..63299bf9f 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -4473,6 +4473,12 @@ "manufacturer": "Zooz", "model": "ZSE44", "battery_type": "CR2450" + }, + { + "manufacturer": "IKEA of Sweden", + "model": "SYMFONISK sound remote gen2", + "battery_type": "AAA", + "battery_quantity": 2 } ] } \ No newline at end of file From 6e51a6acb01b5fc7a9f75b47eaa54a212f390385 Mon Sep 17 00:00:00 2001 From: andrew-codechimp Date: Mon, 4 Mar 2024 22:17:28 +0000 Subject: [PATCH 5/6] Apply automatic changes --- custom_components/battery_notes/data/library.json | 12 ++++++------ library.md | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index 63299bf9f..1bad0a377 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -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", @@ -4473,12 +4479,6 @@ "manufacturer": "Zooz", "model": "ZSE44", "battery_type": "CR2450" - }, - { - "manufacturer": "IKEA of Sweden", - "model": "SYMFONISK sound remote gen2", - "battery_type": "AAA", - "battery_quantity": 2 } ] } \ No newline at end of file diff --git a/library.md b/library.md index a9d9e63c1..4a9f1cb72 100644 --- a/library.md +++ b/library.md @@ -1,4 +1,4 @@ -## 827 Devices in library +## 828 Devices in library This file is auto generated, do not modify @@ -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 | From 5291e72c974f145c83f4698382cbef76703e65ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:24:44 +0000 Subject: [PATCH 6/6] Device: Zooz - ZSE42 (#1228) * Update device: ZSE42 by Zooz * Update library.json * Apply automatic changes --------- Co-authored-by: hollec <1334439+hollec@users.noreply.github.com> Co-authored-by: Andrew Jackson Co-authored-by: andrew-codechimp --- custom_components/battery_notes/data/library.json | 4 ++-- library.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index 1bad0a377..6d65c504e 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -4468,7 +4468,7 @@ { "manufacturer": "Zooz", "model": "ZSE42", - "battery_type": "CR2032" + "battery_type": "CR2450" }, { "manufacturer": "Zooz", @@ -4478,7 +4478,7 @@ { "manufacturer": "Zooz", "model": "ZSE44", - "battery_type": "CR2450" + "battery_type": "MANUAL" } ] } \ No newline at end of file diff --git a/library.md b/library.md index 4a9f1cb72..1afe2bf58 100644 --- a/library.md +++ b/library.md @@ -831,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 |