Koen Kanters
9dd6eeee7b
chore: merge master to dev
2024-02-20 19:47:25 +01:00
Oleksandr Masliuchenko
3c609658fd
fix: Fix parsing entity name that contains slash in the name and endpoint specification ( #21493 )
2024-02-20 19:47:22 +01:00
Anthony Bourguignon
8b694432aa
fix: Check if Zigbee2MQTT is running in update.sh ( #21494 )
2024-02-20 19:46:44 +01:00
Koen Kanters and Koenkk
b32bd309ca
fix(ignore): update zigbee-herdsman-converters to 18.35.0 ( #21487 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-19 21:08:45 +00:00
Koen Kanters and Koenkk
78b5e6fd4b
fix(ignore): update zigbee-herdsman to 0.34.2 ( #21478 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-19 20:46:48 +00:00
Koen Kanters
c5c0a8b193
feat: Add experimental Ember adapter @Nerivec https://github.com/Koenkk/zigbee-herdsman/pull/918 ( #21459 )
2024-02-18 22:11:09 +01:00
Koen Kanters and Koenkk
b51eef2319
fix(ignore): update zigbee-herdsman to 0.34.1 ( #21461 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-18 21:01:03 +00:00
Koen Kanters and Koenkk
ebed9d31d7
fix(ignore): update zigbee-herdsman-converters to 18.34.0 ( #21456 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-18 16:39:07 +00:00
Koen Kanters and Koenkk
16b251d3c9
fix(ignore): update dependencies ( #21444 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-18 16:23:36 +01:00
Koen Kanters and Koenkk
5766bf479b
fix(ignore): update zigbee-herdsman-converters to 18.33.2 ( #21416 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-15 19:01:26 +00:00
Koen Kanters and Koenkk
8a9477f2bb
fix(ignore): update zigbee-herdsman-converters to 18.33.1 ( #21400 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-14 18:49:57 +00:00
Koen Kanters and Koenkk
2aaf878889
fix(ignore): update zigbee-herdsman-converters to 18.33.0 ( #21387 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-13 19:28:16 +00:00
Koen Kanters and Koenkk
dfa499659e
fix(ignore): update zigbee-herdsman to 0.33.9 ( #21386 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-13 19:05:11 +00:00
Sergei Salimov and Koen Kanters
24b5f9b43a
feat: Add support for button entity in Home Assistant ( #21372 )
...
* add button entity support
* add enabled_by_default to select
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2024-02-13 19:43:21 +01:00
Koen Kanters and Koenkk
0ab7390a64
fix(ignore): update zigbee-herdsman-converters to 18.32.0 ( #21373 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-12 20:31:38 +00:00
Koen Kanters and Koenkk
c7b820c376
fix(ignore): update zigbee-herdsman-converters to 18.31.0 ( #21359 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-11 20:46:36 +00:00
Koen Kanters and Koenkk
ce41f2f8ba
fix(ignore): update dependencies ( #21347 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-11 21:07:38 +01:00
Koen Kanters and nurikk
8bc3c46c34
fix(ignore): update zigbee2mqtt-frontend to 0.6.158 ( #21356 )
...
Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com >
2024-02-11 18:17:21 +00:00
Oleksandr Masliuchenko
b4473d6e24
fix: Remove predefined endpoint list, remove limits on device friendly name ( #21325 )
...
* Get rid of predefined list of endpoints, correct friend name validations
* Fix minor bug while parsing a topic for an unknown device
2024-02-10 16:50:44 +01:00
Koen Kanters and Koenkk
910f3a6860
fix(ignore): update zigbee-herdsman-converters to 18.30.0 ( #21315 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-08 19:58:46 +00:00
Oleksandr Masliuchenko and Koen Kanters
81335e5b4b
fix: Remove dependency on predefined list of endpoints (parseEntityID() function) ( #21264 )
...
* Add function resolveEntityByID() function as an improved alternative for parseEntityID()
* Port deviceGroupMembership.ts from parseEntityID() to resolveEntityByID()
* Migrade groups.ts from parseEntityID() to resolveEntityByID()
* Improve test coverage on groups functionality
* Migrate from parseEntityID() to resolveEntityByID() for bridge functionality
* Migrate from parseEntityID() to resolveEntityByID() for bind functionality
* Finally get rid of parseEntityID() function
* Fix linter issues
* Move resolveEntityAndEndpoint() function to zigbee.ts
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2024-02-08 20:54:05 +01:00
Koen Kanters and Koenkk
55653c974e
fix(ignore): update zigbee-herdsman-converters to 18.29.1 ( #21290 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-07 20:32:47 +00:00
Oleksandr Masliuchenko and Koen Kanters
a5a87a79a8
fix: Match endpoint name in the MQTT topic based on endpoints listed in the definition ( #21214 )
...
* Add endpoint matching based on the endpoint names list in the device definition
* Cleanup debug prints
* Correct creating endpoint names list, filter out null elements
* Correct test due to slightly changed behavior
* Fix endpoint name lookup when converter does not provide full name-to-id mapping
* Simplify topic name matching
* Remove obsolete branches, improve code coverage
* Make linter happy
* Make linter happy
* Remove dependency on endpoint names while removing device from all groups
* Get rid of predefined list of endpoints when processing group state update
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2024-02-07 20:12:48 +01:00
Koen Kanters and nurikk
a479bf9039
fix(ignore): update zigbee2mqtt-frontend to 0.6.157 ( #21269 )
...
Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com >
2024-02-06 21:32:15 +00:00
koenkk
b7e19cc86a
chore: promote to dev
2024-02-06 21:06:28 +01:00
Koen Kanters
fe0742a628
chore(dev): release 1.35.3 ( #21139 )
1.35.3
2024-02-06 20:48:14 +01:00
Koen Kanters and Koenkk
29bae3a734
fix(ignore): update zigbee-herdsman-converters to 18.28.3 ( #21265 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-06 19:44:44 +00:00
Koen Kanters
6aa6f04059
chore: merge master to dev
2024-02-06 17:46:32 +01:00
Issy Szemeti
fc6d74e2b7
chore: Fix spelling/grammar ( #21260 )
2024-02-06 17:46:13 +01:00
Koen Kanters and Koenkk
92e0d7895b
Update zigbee-herdsman to 0.33.8 ( #21246 )
...
* fix(ignore): update zigbee-herdsman to 0.33.8
* fix
---------
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-05 19:57:03 +00:00
Koen Kanters and Koenkk
250d5bfc24
fix(ignore): update zigbee-herdsman-converters to 18.28.2 ( #21245 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-05 19:38:54 +00:00
Koen Kanters and nurikk
dfda63138f
fix(ignore): update zigbee2mqtt-frontend to 0.6.156 ( #21229 )
...
Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com >
2024-02-04 22:35:57 +00:00
Koen Kanters and nurikk
8ab6c16f6e
fix(ignore): update zigbee2mqtt-frontend to 0.6.155 ( #21228 )
...
Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com >
2024-02-04 22:20:13 +00:00
Koen Kanters and Koenkk
a6d51a60a8
fix(ignore): update zigbee-herdsman-converters to 18.28.1 ( #21222 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-04 20:05:53 +00:00
Koen Kanters and Koenkk
3d37892296
fix(ignore): update zigbee-herdsman-converters to 18.28.0 ( #21207 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-04 08:28:03 +00:00
Koen Kanters and Koenkk
1df54f071f
fix(ignore): update dependencies ( #21204 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-04 09:16:48 +01:00
koenkk
b3253bacc4
chore: remove @types/rimraf
2024-02-04 09:13:03 +01:00
Koen Kanters and Koenkk
4b1721721b
fix(ignore): update zigbee-herdsman-converters to 18.27.1 ( #21189 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-03 13:57:30 +00:00
Koen Kanters and nurikk
2db07236db
fix(ignore): update zigbee2mqtt-frontend to 0.6.154 ( #21188 )
...
Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com >
2024-02-03 12:14:17 +00:00
Koen Kanters and nurikk
7295955397
fix(ignore): update zigbee2mqtt-frontend to 0.6.153 ( #21187 )
...
Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com >
2024-02-03 12:10:41 +00:00
koenkk
f83709d96c
fix(ignore): set zhc logger
2024-02-03 12:27:04 +01:00
Koen Kanters and Koenkk
a678a1c652
fix(ignore): update zigbee-herdsman-converters to 18.27.0 ( #21184 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-03 11:24:11 +00:00
Koen Kanters and Koenkk
3d1336dc6c
fix(ignore): update zigbee-herdsman to 0.33.7 ( #21178 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-02 20:58:09 +00:00
koenkk
da1d0d81c2
chore: fix release-please
2024-02-01 22:03:28 +01:00
koenkk
335e18fe98
chore: fix release-please
2024-02-01 22:02:01 +01:00
Koen Kanters
6e2539af09
chore: merge master to dev
2024-02-01 21:58:18 +01:00
koenkk
fdc9f7d4d4
chore: fix dev -> master on release
2024-02-01 21:57:56 +01:00
Koen Kanters and Koenkk
08c03e48cc
fix(ignore): update zigbee-herdsman-converters to 18.26.0 ( #21145 )
...
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-02-01 20:35:49 +00:00
koenkk
6621f6fd91
chore: promote to dev
2024-02-01 17:45:05 +01:00
Koen Kanters
06b3395cff
chore(dev): release 1.35.2 ( #20636 )
1.35.2
2024-02-01 17:20:18 +01:00