Koen Kanters and GitHub
8a05077792
fix(ignore): update dependencies ( #23731 )
2024-08-26 20:12:08 +02:00
Koen Kanters and GitHub
df7772bfe0
fix(ignore): update zigbee-herdsman-converters to 20.5.0 ( #23723 )
2024-08-24 13:07:53 +00:00
Koen Kanters and GitHub
6ae9970efd
fix(ignore): update zigbee-herdsman-converters to 20.4.0 ( #23692 )
2024-08-21 19:45:53 +00:00
Koen Kanters
b92072fc6a
Merge remote-tracking branch 'origin/master' into dev
2024-08-20 21:38:19 +02:00
Koen Kanters
5bdf90df9e
chore: Trigger zigbee2mqtt-chart release on release https://github.com/Koenkk/zigbee2mqtt-chart/issues/7
2024-08-20 21:36:01 +02:00
Koen Kanters and GitHub
22980177b6
fix(ignore): Fix crash when retrieving state ( #23679 )
2024-08-20 20:57:09 +02:00
Koen Kanters and GitHub
837cbe5f26
fix(ignore): update zigbee-herdsman-converters to 20.3.0 ( #23666 )
2024-08-19 19:13:00 +00:00
Koen Kanters and GitHub
e95116c773
fix(ignore): update zigbee-herdsman to 0.56.2 ( #23658 )
2024-08-18 12:38:04 +00:00
Koen Kanters and GitHub
27300ba8da
fix(ignore): update dependencies ( #23653 )
2024-08-18 14:03:00 +02:00
Koen Kanters and GitHub
801ab9066f
fix(ignore): update zigbee-herdsman to 0.56.0 ( #23643 )
2024-08-16 20:57:46 +00:00
Koen Kanters and GitHub
2a631f3551
chore: merge master to dev
2024-08-16 22:31:18 +02:00
Koen Kanters
66fefaa827
chore: Add fail_pr_to_master.yaml
2024-08-16 22:30:56 +02:00
Koen Kanters and GitHub
c986fd6c66
fix(ignore): update zigbee-herdsman-converters to 20.2.0 ( #23628 )
2024-08-15 19:32:00 +00:00
Koen Kanters and GitHub
29f436ab95
fix(ignore): update zigbee-herdsman-converters to 20.1.1 ( #23612 )
2024-08-13 19:40:53 +00:00
d827d954ed
fix(ignore): update zigbee-herdsman-converters to 20.0.0 ( #23595 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-12 11:39:30 +00:00
Koen Kanters and GitHub
8ae2c4d42d
chore: merge master to dev
2024-08-12 13:15:23 +02:00
Koen Kanters
9027c41fe8
Revert "Added pictures for _TZE204_ncti2pro (ZSVIOT PN6) ( #23552 )"
...
This reverts commit 00b5e983d9 .
2024-08-12 13:15:02 +02:00
Andre Klärner and GitHub
a5748d620b
fix: Add OCI labels to image ( #23578 )
...
this adds Docker Labels according to the OCI Image Format Specification
which means that tools like renovate can automatically find the
changelogs from a docker image, helping the people like me judge the
impact of upgrading their z2m instance from the pull request renovate
generates.
2024-08-11 21:59:44 +02:00
Koen Kanters and GitHub
d1734feb21
chore: merge master to dev
2024-08-09 14:37:08 +02:00
Vitaliy and GitHub
00b5e983d9
Added pictures for _TZE204_ncti2pro (ZSVIOT PN6) ( #23552 )
...
* Added pictures for _TZE204_ncti2pro (ZSVIOT PN6)
* Removed jpg file and renamed TS0601_pn6_way_controller.png to PN6.png
2024-08-09 14:36:52 +02:00
Koen Kanters and GitHub
efd3d3dfb0
fix: Set zigbee-herdsman transmit power through settings on startup ( #23566 )
...
* fix: Set zigbee-herdsman transmit power through settings on startup
* use advanced
2024-08-09 12:33:59 +00:00
aeba93d0a3
fix(ignore): update zigbee-herdsman-converters to 19.75.0 ( #23565 )
...
* fix(ignore): update zigbee-herdsman-converters to 19.75.0
* fix
---------
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-08 21:14:32 +02:00
7ca456d20e
fix(ignore): update zigbee-herdsman to 0.55.5 ( #23564 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-08 19:06:42 +00:00
Nerivec and GitHub
13ac8a0f53
fix: Improve looping performance ( #23541 )
...
* Use herdsman improved looping.
* Fix lint.
* Fix tests.
* Feedback
2024-08-08 20:21:40 +02:00
fe6cacd87e
fix(ignore): update zigbee-herdsman-converters to 19.74.0 ( #23539 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-06 19:42:34 +00:00
00923685d2
fix(ignore): update zigbee-herdsman-converters to 19.73.1 ( #23527 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-05 21:14:09 +00:00
bd7dec0f11
fix(ignore): update dependencies ( #23508 )
...
* fix(ignore): update dependencies
* update
---------
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-05 21:08:40 +00:00
Koen Kanters and GitHub
9bb21f486c
chore: merge master to dev
2024-08-04 22:14:52 +02:00
d0f5733db3
fix: Remove group from Home Assistant when removed ( #23492 )
...
* Fire event when group gets removed
* Add a unit test for the new behavior
* Make prettier happy
* Add missing return type
* Merge device and group removal events
* Unbreak bridgeLegacy.ts
* Update homeassistant.ts
* Update bridge.ts
* Update bridge.ts
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2024-08-04 22:14:36 +02:00
Koen Kanters and GitHub
5b610afa8f
fix: Add min/max for some adapter options ( #23503 )
...
* fix: Add min/max for some adapter options
* update
2024-08-04 19:53:29 +00:00
2cb8a8f5a5
fix(ignore): update zigbee-herdsman-converters to 19.73.0 ( #23495 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-03 11:05:54 +00:00
Koen Kanters and GitHub
3217332e46
fix: Fix expose category ignored by HA discovery ( #23494 )
2024-08-03 13:00:29 +02:00
a25ef81cf4
fix(ignore): update zigbee-herdsman to 0.55.4 ( #23493 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-03 10:31:41 +00:00
Koen Kanters
eac11a6439
chore: fix package.json indentation
2024-08-01 21:11:44 +02:00
github-actions[bot]
a330830cde
chore: promote to dev
2024-08-01 18:57:20 +00:00
Koen Kanters and GitHub
e132316ac4
chore(dev): release 1.39.1 ( #23221 )
1.39.1
2024-08-01 20:42:11 +02:00
3dc9a05b0c
fix(ignore): update zigbee-herdsman-converters to 19.72.0 ( #23472 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-01 18:17:31 +00:00
Koen Kanters
7cc5209af3
chore: apply prettier to whole repo
2024-07-29 21:26:33 +02:00
Koen Kanters
02dc8a7b87
chore: apply prettier to whole repo
2024-07-29 21:21:24 +02:00
3a573da83c
fix(ignore): update dependencies ( #23440 )
...
* fix(ignore): update dependencies
* fix
---------
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-07-28 14:55:34 +02:00
26718eefea
fix(ignore): update zigbee2mqtt-frontend to 0.7.4 ( #23432 )
...
Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com >
2024-07-26 21:09:02 +00:00
115b187c1a
fix(ignore): update zigbee-herdsman to 0.55.3 ( #23431 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-07-26 20:57:00 +00:00
fd65b9a108
fix(ignore): update zigbee-herdsman to 0.55.2 ( #23422 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-07-25 20:59:34 +00:00
Koen Kanters
d9ba4524e4
fix(ignore): fix 5fcf295ab8
2024-07-25 21:59:40 +02:00
Koen Kanters and GitHub
5fcf295ab8
fix: Fix race condition in frontend extension ( #23412 )
2024-07-24 20:20:24 +00:00
Nerivec and GitHub
b7d9d9e142
fix: Improve looping when retrieving all devices from herdsman ( #23405 )
2024-07-24 21:58:48 +02:00
1bf3032b98
fix(ignore): update zigbee-herdsman-converters to 19.71.1 ( #23404 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-07-23 20:26:33 +00:00
85453091e7
fix(ignore): update zigbee2mqtt-frontend to 0.7.3 ( #23394 )
...
Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com >
2024-07-22 19:45:24 +00:00
Koen Kanters
26b1613948
fix(ignore): Remove some unecessary string concatenations
2024-07-22 21:33:24 +02:00
c32c411f88
fix(ignore): update zigbee-herdsman to 0.55.1 ( #23392 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-07-22 18:33:07 +00:00