Skip to content

Commit 007c056

Browse files
Merge remote-tracking branch 'origin/main' into hidden-fix
2 parents ee5b7a3 + a5943fa commit 007c056

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
- type: textarea
1010
attributes:
1111
label: "System Health details"
12-
description: "Paste the data from the System Health card in Home Assistant (https://www.home-assistant.io/more-info/system-health#github-issues)"
12+
description: "Paste the data from the System Health card in Home Assistant (https://www.home-assistant.io/more-info/system-health)"
1313
validations:
1414
required: true
1515
- type: checkboxes
@@ -51,7 +51,7 @@ body:
5151
description: "To enable debug logs check this https://www.home-assistant.io/integrations/logger/, this **needs** to include _everything_ from startup of Home Assistant to the point where you encounter the issue."
5252
render: text
5353
validations:
54-
required: true
54+
required: false
5555

5656
- type: textarea
5757
attributes:

custom_components/battery_notes/data/library.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,6 +2916,11 @@
29162916
"model": "COSensor-EM",
29172917
"battery_type": "CR123A"
29182918
},
2919+
{
2920+
"manufacturer": "Trust",
2921+
"model": "ZYCT-202",
2922+
"battery_type": "CR2450"
2923+
},
29192924
{
29202925
"manufacturer": "TS0041",
29212926
"model": "_TZ3000_itb0omhv",
@@ -3141,6 +3146,12 @@
31413146
"model": "Temperature and humidity sensor (ZG-227Z)",
31423147
"battery_type": "CR2450"
31433148
},
3149+
{
3150+
"manufacturer": "TuYa",
3151+
"model": "Temperature and humidity sensor (ZTH01)",
3152+
"battery_type": "AAA",
3153+
"battery_quantity": 2
3154+
},
31443155
{
31453156
"manufacturer": "TuYa",
31463157
"model": "Temperature and humidity sensor (ZTH05)",
@@ -3818,6 +3829,12 @@
38183829
"battery_type": "CR2032",
38193830
"battery_quantity": 2
38203831
},
3832+
{
3833+
"manufacturer": "Zooz",
3834+
"model": "ZSE40",
3835+
"battery_type": "AAA",
3836+
"battery_quantity": 2
3837+
},
38213838
{
38223839
"manufacturer": "Zooz",
38233840
"model": "ZSE40 700",

library.md

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

33
This file is auto generated, do not modify
44

@@ -541,6 +541,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
541541
|Third Reality, Inc |3RWS18BZ |2x AAA |
542542
|Tile |T1301N |CR2032 |
543543
|Trust |COSensor-EM |CR123A |
544+
|Trust |ZYCT-202 |CR2450 |
544545
|TS0041 |_TZ3000_itb0omhv |CR2032 |
545546
|TS0042 |_TZ3000_dfgbtub0 |CR2032 |
546547
|TS0042 |_TZ3000_ftwuvum5 |CR2032 |
@@ -583,6 +584,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
583584
|TuYa |Temperature & humidity sensor with display (TS0201) |2x AAA |
584585
|TuYa |Temperature and humidity sensor (TH02Z) |2x AAA |
585586
|TuYa |Temperature and humidity sensor (ZG-227Z) |CR2450 |
587+
|TuYa |Temperature and humidity sensor (ZTH01) |2x AAA |
586588
|TuYa |Temperature and humidity sensor (ZTH05) |CR2032 |
587589
|Tuya |TRV602 (_TZE200_rtrmfadk) |3x AAA |
588590
|TuYa |TS0042 |CR2032 |
@@ -711,6 +713,7 @@ Request new devices to be added to the library [here](https://github.com/andrew-
711713
|YoLink |VibrationSensor |2x AAA |
712714
|Zipato |HS1SA |CR123A |
713715
|Zooz |ZEN34 |2x CR2032 |
716+
|Zooz |ZSE40 |2x AAA |
714717
|Zooz |ZSE40 700 |CR123A |
715718
|Zooz |ZSE41 |CR2032 |
716719
|Zooz |ZSE42 |CR2032 |

0 commit comments

Comments
 (0)