Commit Graph

64916 Commits

Author SHA1 Message Date
Joakim Plate b584eb757b Correct unit of rain pause (#98131) 2023-08-11 14:19:26 +02:00
Joost Lekkerkerker d488bb3dca Add missing translation key in Tuya (#98122) 2023-08-11 14:19:23 +02:00
Robert Svensson 84d185a075 Improve UniFi control PoE mode (#98119) 2023-08-11 14:19:19 +02:00
tronikos a2637ac75a Bump opower to 0.0.24 (#98091) 2023-08-11 14:19:16 +02:00
Maximilian 8bdac8fb30 Bump pynina to 0.3.2 (#98070) 2023-08-11 14:19:13 +02:00
mkmer 61cafb26ac Bump AIOAladdinConnect to 0.1.57 (#98056) 2023-08-11 14:19:10 +02:00
Sam Reed 73f0ac0542 Remove trailing . from melcloud service descriptions (#98053) 2023-08-11 14:19:06 +02:00
Joost Lekkerkerker 4e6c839065 Add translation keys to Tuya cover (#98040) 2023-08-11 14:19:03 +02:00
J. Nick Koston dbbe1456a4 Bump aiohomekit to 2.6.15 (#98005)
changelog: https://github.com/Jc2k/aiohomekit/compare/2.6.14...2.6.15
2023-08-11 14:19:00 +02:00
Aaron Bach 21f0210abd Bump pyairvisual to 2023.08.1 (#97999) 2023-08-11 14:18:56 +02:00
puddly 955c1ec215 Bump ZHA dependency bellows to 0.35.9 (#97976)
Bump bellows to 0.35.8
2023-08-11 14:18:53 +02:00
lymanepp a2227079e4 Fix tomorrowio integration for new users (#97973)
The tomorrow.io integration isn't working for new users due to changes made by tomorrow.io. This fixes that with the following changes:
* Add 60 minute timestep option
* Change default timestep to 60 minutes
2023-08-11 14:18:50 +02:00
tronikos 504d164349 Android TV Remote: Fix missing key and cert when adding a device via IP address (#97953)
Fix missing key and cert
2023-08-11 14:18:47 +02:00
Alex Yao 4b09e3b4a3 Bump yeelight to v0.7.13 (#97933)
Co-authored-by: alexyao2015 <alexyao2015@users.noreply.github.com>
2023-08-11 14:18:43 +02:00
J. Nick Koston c9f474a417 Bump pyatv to 0.13.4 (#97932) 2023-08-11 14:18:40 +02:00
jan iversen a276fd444e modbus: Adjust read count by slave_count (#97908) 2023-08-11 14:18:37 +02:00
Luke 79bb857e06 Bump python-roborock to 0.32.2 (#97907)
* bump to 0.32.2

* fix test
2023-08-11 14:18:33 +02:00
J. Nick Koston c417b1e611 Fix handling HomeKit events when the char is in error state (#97884) 2023-08-11 14:18:30 +02:00
J. Nick Koston a8c181b7fc Avoid polling event characteristic in homekit_controller (#97877) 2023-08-11 14:18:27 +02:00
J. Nick Koston 80a473682e Do not fire homekit_controller events from IP polling (#97869)
* Fix homekit_controller triggers when value is None

* fixes

* cover
2023-08-11 14:18:23 +02:00
Richard Kroegel 2b3bf36364 Bump bimmer_connected to 0.13.9, fix notify (#97860)
Bump bimmer_connected to 0.13.9

Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-08-11 14:18:20 +02:00
Joost Lekkerkerker 5aa96aa6f6 Add missing translation key to Gardena Bluetooth (#97855) 2023-08-11 14:18:17 +02:00
G Johansson 379e144f84 Bump pysensibo to 1.0.33 (#97853)
* Bump pysensibo to 1.0.33

* for loop
2023-08-11 14:18:14 +02:00
MarkGodwin 60da270372 Bump Omada API version to fix #96193 (#97848) 2023-08-11 14:18:11 +02:00
G Johansson 9b090d8c7b Fix Command Line template error when data is None (#97845)
Command Line template error
2023-08-11 14:18:08 +02:00
Michael 871ab7a818 Fallback to get_hosts_info on older Fritz!OS in AVM Fritz!Tools (#97844) 2023-08-11 14:18:04 +02:00
Joost Lekkerkerker 70730e4170 Fix Samsung syncthru device info (#97843)
Fix Samsung device info
2023-08-11 14:18:00 +02:00
J. Nick Koston 922f3f2816 Bump aiohomekit to 2.6.13 (#97820) 2023-08-11 14:17:57 +02:00
Franck Nijhof 19d6c0c949 Ensure webhooks take HA cloud into account (#97801)
* Ensure webhooks take HA cloud into account

* Avoid circular import
2023-08-11 14:17:53 +02:00
Erwin Douna 136b91b539 Integration tado bump (#97791)
* Bumping to PyTado 0.16 and adding test coverage

* Removing comment

* Upgrading the deprecated functions

* Updating tests to support paramterization

* Delete test_config_flow.py

Reverting the tests, which will be placed in a different PR.

* Revert "Delete test_config_flow.py"

This reverts commit 1719ebc990a32d3309f241f8adc8262008ca4ff3.

* Reverting back changes
2023-08-11 14:17:50 +02:00
Robert Svensson cdc1de08ad Improve counting of UniFi WLAN Clients sensor (#97785) 2023-08-11 14:17:47 +02:00
Maciej Bieniek 01fad9b41c Don't assume that battery_level value is always present in Tractive hw_info (#97766)
Don't assume that battery_level value is always present in hw_info
2023-08-11 14:17:43 +02:00
Ian Harcombe f7dbe88ee0 Fix metoffice visibility range sensor device class (#97763)
* Fix for issue #97694

Issue #97694 points out that the visibility range is a string with a band of distances, not a single value, which is causing issues for front end components. Removed the device class to leave as an informational string value.

* Removed *all* empty device_class statements

* Missed an empty device_class :(
2023-08-11 14:17:40 +02:00
Joost Lekkerkerker 2e98c3f077 Add yeelight class to fix superclass issue (#97649)
* Add device naming to Yeelight

* Add extra light entity to fix superclass

* Add extra light entity to fix superclass
2023-08-11 14:17:37 +02:00
karwosts a397782ae3 Handle Alert exception on notification failure (#93632) 2023-08-11 14:17:32 +02:00
Franck Nijhof b00fc9660b Bumped version to 2023.8.1 2023-08-04 13:26:05 +02:00
Joost Lekkerkerker 3b48c8a0f5 Fix WAQI being zero (#97767) 2023-08-04 13:25:12 +02:00
Joost Lekkerkerker d71f16c8b1 Add has entity name to Solarlog (#97764) 2023-08-04 13:25:09 +02:00
Maikel Punie 9479a59a2f Bump pyduotecno to 2023.8.3 (#97759) 2023-08-04 13:25:06 +02:00
tronikos 39fc557189 Bump opower to 0.0.20 (#97752) 2023-08-04 13:25:03 +02:00
J. Nick Koston cdabf76d15 Avoid calling the http access logging when logging is disabled in emulated_hue (#97750) 2023-08-04 13:24:59 +02:00
J. Nick Koston 9bec7ea93b Bump zeroconf to 0.74.0 (#97745)
* Bump zeroconf to 0.74.0

changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.72.3...0.74.0

- more cython build fixes
- performance improvements (mostly for pyatv)

* handle typing

* handle typing

* remove if TYPE_CHECKING, this doesnt get called that often

* remove if TYPE_CHECKING, this doesnt get called that often
2023-08-04 13:24:56 +02:00
Marc Mueller 53ee178545 Fix keymitt_ble RuntimeWarning (#97729) 2023-08-04 13:24:52 +02:00
TheJulianJES 79486f1880 Bump zigpy to 0.56.4 (#97722) 2023-08-04 13:24:49 +02:00
Marc Mueller 5283afc116 Update zigpy to 0.56.3 (#97480) 2023-08-04 13:24:43 +02:00
Matthias Alphart 2b876fa485 Fix unloading KNX integration without sensors (#97720) 2023-08-04 13:09:32 +02:00
Michael 047a210786 Fix detection of client wan-access rule in AVM Fritz!Box Tools (#97708) 2023-08-04 13:09:29 +02:00
tronikos 16e1212572 Bump opower to 0.0.19 (#97706) 2023-08-04 13:09:26 +02:00
karwosts 6a9318b90a Fix NWS twice_daily forecast day/night detection (#97703) 2023-08-04 13:09:23 +02:00
amitfin f066b4645a Fix allow_name_translation logic (#97701) 2023-08-04 13:09:19 +02:00