Jan Bouwhuis
d220cb5102
Fix unhandled exception on humidifier intent when available_modes is None ( #108802 )
2024-01-30 15:19:39 +01:00
puddly
eeafb61b8f
Reduce log level of ZHA endpoint handler init ( #108749 )
...
* Reduce the log level of endpoint handler init failure to debug
* Reduce log level in unit test
2024-01-30 15:19:32 +01:00
Florian Kisser
279f7264e7
Fix zha illuminance measured value mapping ( #108547 )
2024-01-30 15:19:12 +01:00
Erik Montnemery
ea8fc64dd6
Fix empty files included by !include_dir_named ( #108489 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-01-20 15:50:50 +01:00
John Allen
901b7b6278
Send target temp to Shelly TRV in F when needed ( #108188 )
2024-01-19 15:42:44 +01:00
puddly
304b950f1a
Speed up ZHA initialization and improve startup responsiveness ( #108103 )
...
* Limit concurrency of startup traffic to allow for interactive usage
* Drop `retryable_req`, we already have request retrying
* Oops, `min` -> `max`
* Add a comment describing why `async_initialize` is not concurrent
* Fix existing unit tests
* Break out fetching mains state into its own function to unit test
2024-01-19 15:41:45 +01:00
Marcel van der Veldt
7fee6c5279
Fix turning on the light with a specific color ( #108080 )
2024-01-19 15:15:03 +01:00
Shay Levy
ed31adc6db
Fix Shelly Gen1 entity description restore ( #108052 )
...
* Fix Shelly Gen1 entity description restore
* Update tests/components/shelly/test_sensor.py
Co-authored-by: J. Nick Koston <nick@koston.org>
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-01-19 15:14:56 +01:00
Brett Adams
9c6f87dd11
Improve coordinator logic in Tessie to allow sleep ( #107988 )
...
* Poll status before state
* Tests
2024-01-19 15:14:52 +01:00
puddly
8a3eb149b7
Reload ZHA only a single time when the connection is lost multiple times ( #107963 )
...
* Reload only a single time when the connection is lost multiple times
* Ignore when reset task finishes, allow only one reset per `ZHAGateway`
2024-01-19 15:14:04 +01:00
Simone Chemelli
20b88e30f5
Update sleep period for Shelly devices with buggy fw ( #107961 )
...
* update sleep period for Shelly devices with buggy fw
* code quality
* update model list
* add test
* Apply review comments
* fix test
* use costant
2024-01-19 15:14:01 +01:00
Pedro Lamas
5c99c6e823
Fix loading empty yaml files with include_dir_named ( #107853 )
2024-01-19 15:13:42 +01:00
Paarth Shah
596f19055e
Fix MatrixBot not resolving room aliases per-command ( #106347 )
2024-01-19 15:13:32 +01:00
J. Nick Koston
e3a44e499c
Bump bluetooth deps ( #107816 )
2024-01-12 16:08:26 +01:00
Christopher Bailey
f7ad7c4235
Rework events for UniFi Protect ( #107771 )
2024-01-12 16:04:17 +01:00
Jan Bouwhuis
40547974fb
Fix mqtt text text min max config params can not be equal ( #107738 )
...
Fix mqtt text text min max kan not be equal
2024-01-12 16:03:57 +01:00
YogevBokobza
b87bbd1529
Bump aioswitcher to 3.4.1 ( #107730 )
...
* switcher: added support for device_key logic included in aioswitcher==3.4.1
* switcher: small fix
* switcher: after lint
* switcher: fix missing device_key in tests
* remove device_key function
* fix missing device_key in tests
2024-01-12 16:03:54 +01:00
Martin Hjelmare
00b899ca3c
Fix cloud tts loading ( #107714 )
2024-01-12 16:03:45 +01:00
J. Nick Koston
765c520d7a
Clamp tplink color temp to valid range ( #107695 )
2024-01-12 15:59:05 +01:00
Jan Bouwhuis
7f8a157788
Redact sensitive data in alexa debug logging ( #107676 )
...
* Redact sensitive data in alexa debug logging
* Add wrappers to diagnostics module
* Test http api log is redacted
2024-01-12 15:58:58 +01:00
Jan Bouwhuis
f993e923a3
Fix invalid alexa climate or water_heater state report with double listed targetSetpoint ( #107673 )
2024-01-12 15:58:55 +01:00
Erik Montnemery
5b84e50dc0
Prevent overriding cached attribute as property ( #107657 )
...
* Prevent overriding cached attribute as property
* Remove debug
2024-01-12 15:58:46 +01:00
Erwin Douna
f1fc5abbc2
Fix Tado unique mobile device dispatcher ( #107631 )
...
* Add unique home ID device dispatch
* Adding fixture for new setup
* Minor refactor work
* Add check for unlinked to different homes
* If the interface returns an error
* Proper error handling
* Feedback fixes
* Comments for error in client
* Typo
* Update homeassistant/components/tado/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/tado/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update devices fix standard
* Dispatch out of loop
* Update dispatcher
* Clean up
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-12 15:58:39 +01:00
elmurato
fcab683cc0
Bump mcstatus to v11.1.1 ( #107546 )
...
* Bump mcstatus to 11.1.0
* Bump mcstatus to v11.1.1
2024-01-12 15:58:32 +01:00
Erik Montnemery
f18ab5e1cc
Don't include position in binary valve attributes ( #107531 )
2024-01-12 15:58:23 +01:00
G Johansson
175e07fe3b
Fix language flavors in holiday ( #107392 )
2024-01-12 15:54:05 +01:00
Matthias Alphart
9bc0217738
Fix KNX telegram device trigger not firing after integration reload ( #107388 )
2024-01-12 15:54:02 +01:00
Cyrill Raccaud
4e991388fb
Fix missing unique_id for spt integration ( #107087 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-01-12 15:53:50 +01:00
vexofp
1acae5a62d
Prevent toggle from calling stop on covers which do not support it ( #106848 )
...
* Prevent toggle from calling stop on covers which do not support it
* Update homeassistant/components/cover/__init__.py
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-01-12 15:53:46 +01:00
Brandon Rothweiler
f9dacedf0f
Add diagnostics to A. O. Smith integration ( #106343 )
...
* Add diagnostics to A. O. Smith integration
* Bump py-aosmith to 1.0.4
* remove redactions from test fixture
2024-01-12 15:53:37 +01:00
Shay Levy
0dbb4105bc
Fix Shelly missing Gen value for older devices ( #107294 )
2024-01-06 12:24:29 +01:00
Raman Gupta
d012817190
Bump zwave-js-server-python to 0.55.3 ( #107225 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-05 13:01:06 +01:00
Joakim Sørensen
056701d218
Use supported_features_compat in update.install service ( #107224 )
2024-01-05 13:01:03 +01:00
Erik Montnemery
b8576b8091
Include deprecated constants in wildcard imports ( #107114 )
2024-01-05 13:00:33 +01:00
J. Nick Koston
a7aa5c0e52
Bump habluetooth to 2.0.2 ( #107097 )
2024-01-05 13:00:29 +01:00
J. Nick Koston
d600b76801
Fix missing backwards compatibility layer for water_heater supported_features ( #107091 )
2024-01-05 13:00:26 +01:00
Erik Montnemery
c56d118e8b
Deduplicate handling of duplicated constants ( #107074 )
...
* Deduplicate handling of duplicated constants
* Use DeprecatedConstant + DeprecatedConstantEnum
* Fixup
* Remove test cases with unnamed tuples
2024-01-05 13:00:23 +01:00
Robert Resch
80b45edb2e
Fix mobile_app cloudhook creation ( #107068 )
2024-01-05 13:00:20 +01:00
J. Nick Koston
427077a4c9
Fix missing backwards compatiblity layer for humidifier supported_features ( #107026 )
...
fixes #107018
2024-01-05 13:00:10 +01:00
Michael
0226b3f10c
Remove group_members from significant attributes in media player ( #106916 )
2024-01-03 09:55:55 +01:00
Michael Hansen
95ef2dd7f9
Bump intents to 2024.1.2 ( #106909 )
2024-01-03 09:55:49 +01:00
Erwin Douna
527d9fbb6b
Add try-catch for invalid auth to Tado ( #106774 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-03 09:55:45 +01:00
Allen Porter
b5b8bc3102
Improve To-do service error handling ( #106886 )
2024-01-02 20:59:37 +01:00
Allen Porter
6f18a29241
Improve fitbit authentication error handling ( #106885 )
2024-01-02 20:59:34 +01:00
Robert Groot
35fc26457b
Changed setup of EnergyZero services ( #106224 )
...
* Changed setup of energyzero services
* PR review updates
* Dict access instead of get
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Added tests for unloaded state
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-02 20:59:18 +01:00
Erik Montnemery
056b06de13
Don't use entity_id in __repr__ of not added entity ( #106861 )
2024-01-02 12:59:11 +01:00
Matt Zimmerman
e604bc8c9b
Map missing preset mapping for heat mode "ready" in smarttub ( #106856 )
2024-01-02 12:59:08 +01:00
Benjamin Richter
e6d2721d1b
Fix fints account type check ( #106082 )
2024-01-02 12:58:37 +01:00
puddly
99d575261d
Bump ZHA dependencies ( #106756 )
...
* Bump ZHA dependencies
* Revert "Remove bellows thread, as it has been removed upstream"
This reverts commit c28053f4bf
.
2023-12-31 18:56:57 +01:00
J. Nick Koston
3dca39d0f9
Bump habluetooth to 2.0.1 ( #106750 )
...
fixes switching scanners to quickly since the manager failed
to account for jitter in the auto discovered advertising interval
replaces and closes #96531
changelog: https://github.com/Bluetooth-Devices/habluetooth/compare/v2.0.0...v2.0.1
2023-12-31 18:56:53 +01:00