53cb42103c
chore: Update dependencies ( #18459 )
...
* fix(ignore): update dependencies
* Make compatible with MQTT 5
* updates
---------
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
2023-08-08 20:04:22 +02:00
koenkk
ed22ecedbf
fix: Fix Home Assistant TypeError: object of type 'NoneType' has no len() error. https://github.com/Koenkk/zigbee2mqtt/issues/17861
2023-08-02 19:34:39 +02:00
Koen Kanters and GitHub
f6196107a7
fix: Fix Home Assistant `MQTT device name is equal to entity name in your config ( #18491 )
...
* fix: Fix Home Assistant `MQTT device name is equal to entity name in your config` error. https://github.com/Koenkk/zigbee2mqtt/issues/18445
* remove onlythis
2023-08-01 20:39:02 +02:00
Koen Kanters and GitHub
df93e4c8f9
feat: Let Home Assistant generate entity name when device_class is present ( #18208 )
2023-08-01 19:46:24 +02:00
Koen Kanters and GitHub
f64cd7e8f3
fix: Fix socket error crashing Zigbee2MQTT ( #18388 )
2023-07-21 14:51:39 +00:00
koenkk
dec91919bc
fix: Fix 'dict object' has no attribute 'ir_code_to_send' error. https://github.com/Koenkk/zigbee2mqtt/issues/18180
2023-07-18 19:53:48 +02:00
Brandon Rothweiler and GitHub
1252f10d39
fix: Use HA sensor device class atmospheric_pressure instead of pressure ( #18306 )
...
* Update homeassistant.ts
* Update tests
2023-07-13 19:55:19 +02:00
koenkk
0bdf663ca1
fix: Fix not all cluster unbound/bound when specified. https://github.com/Koenkk/zigbee2mqtt/issues/10740
2023-07-10 20:00:57 +02:00
Koen Kanters and GitHub
94744525ba
feat: Support settable Home Assistant text ( #18114 )
2023-06-25 09:23:13 +02:00
e083a6bff7
feat: Support Home Assistant water device_class ( #18066 )
...
This should be sufficient for https://www.zigbee2mqtt.io/devices/ZVG1.html to be water_consumed sensor to be usable in Energy dashboard (water section).
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2023-06-19 19:21:43 +02:00
koenkk
11f0be55d8
fix: Fix Home Assistant truncate error when program is null. https://github.com/Koenkk/zigbee2mqtt/issues/16460
2023-06-12 18:10:45 +02:00
0dd899679d
Update zigbee-herdsman-converters to 15.21.2 ( #17967 )
...
* fix(ignore): update zigbee-herdsman-converters to 15.21.2
* fix
---------
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
2023-06-08 21:42:29 +00:00
c23d244405
Update zigbee-herdsman-converters to 15.19.1 ( #17941 )
...
* fix(ignore): update zigbee-herdsman-converters to 15.19.1
* fix
---------
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
2023-06-07 14:30:11 +00:00
koenkk
e6f9aeda06
fix: Fix Home Assistant Payload is not supported (e.g. open, closed, opening, closing, stopped): STOP error. https://github.com/Koenkk/zigbee2mqtt/issues/17552
2023-05-26 09:32:29 +02:00
Koen Kanters
df80a11663
Fix incorrect message being published when entity contains light or cover. https://github.com/Koenkk/zigbee2mqtt/issues/17594
2023-05-09 19:26:46 +02:00
Koen Kanters
64009d0dbb
Fix Home Assistant State max length is 255 characters error for program sensor. https://github.com/Koenkk/zigbee2mqtt/issues/16460
2023-05-07 09:18:58 +02:00
Aarni Koskela and GitHub
8fe36d74ec
Typo fixes ( #17440 )
...
* Fix "Succesfully"
* Fix herdsman typo
* Fix various other small typos
2023-04-27 09:14:04 +02:00
Viktor Ryzhaiev and GitHub
15f741b446
Add carbon_monoxide device_class to Home Assistant discovery ( #17331 )
2023-04-14 20:23:29 +02:00
653334b208
Expose voc_index sensor measurements as such in Home Assistant ( #17144 )
...
Co-authored-by: Thomas Kintscher <mail@thomaskintscher.de >
2023-03-26 09:50:22 +02:00
oddlama and GitHub
07d238d5b9
Support hosting the frontend on a Unix socket ( #17123 )
2023-03-23 17:08:23 +01:00
Koen Kanters
bbb19371f3
Fix Home Assistant unit of measurement error for voc ppb sensors. https://github.com/Koenkk/zigbee2mqtt/issues/16057
2023-03-05 09:50:23 +01:00
0e67f8fa0a
Fix old state send when long debounce time is used ( #16828 )
...
* Fixed caching problem where old messages were sent out if long debounce values is used for sensor.
* Fixed caching problem where old messages were sent out if long debounce values is used for sensor
* State cache updated during debounce IF cache is enabled in configuration.
* Fixed code styles
* Implemented test case for testing State cache is updated correctly during debouncing
* If-statement was obsolete as cache can be update right away.
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2023-03-04 16:43:01 +01:00
Koen Kanters
942faf412f
Revert "Capitalize entity name in Home Assistant ( #16702 )"
...
This reverts commit f5cceb1719 .
2023-02-22 20:34:39 +01:00
Artem Draft and GitHub
f5cceb1719
Capitalize entity name in Home Assistant ( #16702 )
2023-02-21 17:18:15 +01:00
Andreas Fritiofson and GitHub
85f32c039f
Add entity_category to indicator_mode and led_enable for Home Assistant discovery ( #16744 )
...
These names are used by some TuYa and IKEA devices.
2023-02-20 19:53:22 +01:00
Koen Kanters
e934b0d94e
Support Hue effects for groups. https://github.com/Koenkk/zigbee2mqtt/issues/15997
2023-02-16 18:20:08 +01:00
Artem Draft and GitHub
0217593c77
Improve checks in HA covers ( #16614 )
2023-02-12 09:28:57 +01:00
Koen Kanters
f943619387
Always respond to OTA request. https://github.com/Koenkk/zigbee2mqtt/issues/16371
2023-01-29 19:16:03 +01:00
Koen Kanters
a3f1399489
Log device OTA request response. https://github.com/Koenkk/zigbee2mqtt/issues/16371
2023-01-29 11:23:21 +01:00
Artem Draft and GitHub
02a99703a8
Fix motor_state and moving in HA covers ( #16324 )
2023-01-24 17:00:24 +01:00
Koen Kanters
b89a99fe0c
Fix another Failed to call 'Frontend' 'stop' . https://github.com/Koenkk/zigbee2mqtt/issues/16317
2023-01-23 20:21:03 +01:00
Koen Kanters
d8501f04eb
Fix Failed to call 'Frontend' 'stop' (TypeError: Cannot read properties of null (reading 'clients') error. https://github.com/Koenkk/zigbee2mqtt/issues/16207
2023-01-16 19:19:51 +01:00
Koen Kanters
cddbb9a5e5
Fix f600066134
2023-01-13 16:59:20 +01:00
Koen Kanters
f600066134
Fix 328b9fbd60. https://github.com/Koenkk/zigbee2mqtt/issues/15958
2023-01-12 17:20:07 +01:00
Koen Kanters
328b9fbd60
Remove state_class measurement when unit_of_measurement is not set. https://github.com/Koenkk/zigbee2mqtt/issues/15958
2023-01-11 18:23:13 +01:00
Dan Klaffenbach and GitHub
2288c0f1c2
Poll Busch-Jaeger devices for updates after binding-initiated changes ( #16036 )
...
The Busch-Jaeger devices don't support reporting and therefore their
state should be polled after being changed through a binding partner.
2023-01-09 19:18:13 +01:00
Miguel Cabral and Koen Kanters
9c4abb64c3
Expose cover moving state to Home Assistant ( #16017 )
2023-01-08 10:05:29 +01:00
Koen Kanters
e7735112e8
Fix Home Assistant Entity sensor.xxx (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) is using native unit of measurement '' which is not a valid unit for the device class ('illuminance') warning. https://github.com/Koenkk/zigbee2mqtt/issues/15958
2023-01-08 08:50:10 +01:00
Koen Kanters
50bca161ce
Fix Home Assistant Template variable warning: 'dict object' has no attribute 'latest_version' when rendering '{{ value_json['update']['latest_version'] }}' error attempt 2. https://github.com/Koenkk/zigbee2mqtt/issues/15747
2023-01-04 19:49:27 +01:00
Koen Kanters
d49f06f34d
Revert "Expose cover moving state to Home Assistant ( #15555 )"
...
This reverts commit 56f7f3e1bd .
2023-01-03 10:59:20 +01:00
Koen Kanters
cdb984f830
Fix Home Assistant Template variable warning: 'dict object' has no attribute 'latest_version' when rendering '{{ value_json['update']['latest_version'] }}' error. https://github.com/Koenkk/zigbee2mqtt/issues/15747
2023-01-02 09:18:36 +01:00
Matt and GitHub
05cb1406bb
Fix extension path to make debugging easier in VS Code ( #15741 )
...
* Fix extension path to make debugginge easier in VScode
* Fix linting error
2022-12-25 16:57:48 +01:00
Koen Kanters and GitHub
1f642d86e8
Add disabled option ( #15589 )
...
* Add disabled option
* Updates
* Tests
* Add restart required
2022-12-23 23:56:29 +01:00
Miguel Cabral and Koen Kanters
56f7f3e1bd
Expose cover moving state to Home Assistant ( #15555 )
2022-12-19 20:27:15 +01:00
Koen Kanters and GitHub
01b46cf74e
Use fileVersion for Home Assistant update sensor instead of softwareBuildID ( #15630 )
...
* Use fileVersion for Home Assistant update sensor instead of softwareBuildID. https://github.com/Koenkk/zigbee2mqtt/issues/15502
* Remove onlythis
2022-12-18 22:05:16 +01:00
Koen Kanters
4d32326a4f
Fix failing configure blocking startup. https://github.com/Koenkk/zigbee2mqtt/issues/15299
2022-12-12 21:35:10 +01:00
Koen Kanters and GitHub
891392ff9a
Revert "Fix Home Assistant installed_version error ( #15369 )" ( #15396 )
...
This reverts commit ba2d9aefe6 .
2022-12-06 17:31:48 +01:00
Koen Kanters and GitHub
ba2d9aefe6
Fix Home Assistant installed_version error ( #15369 )
...
* Fix HA installed_version error
* add link
2022-12-05 16:52:11 +01:00
b0e352bfea
Support HTTPS for frontend server ( #15329 )
...
* Adding 2 config params under 'frontend' : 'ssl_cert' and 'ssl_key' to contain file patch of certificate files to expose frontend in HTTPS.
* Taking all PR remarks in account.
Co-authored-by: phil <phil@8godsprod.com >
2022-12-04 19:33:04 +01:00
Artem Draft and GitHub
f92134fc5f
Disable by default update_available sensor in HA ( #15237 )
2022-11-29 19:18:33 +01:00