Marc Mueller
8877cafe0c
Update pydrawise to 2023.10.0 ( #101548 )
2023-10-06 21:04:23 +02:00
Franck Nijhof
73debba60c
Update home-assistant/wheels to 2023.10.2 ( #101549 )
2023-10-06 20:40:09 +02:00
Franck Nijhof
a6edfa85b1
2023.10.1 ( #101547 )
2023-10-06 20:36:37 +02:00
Jan-Philipp Benecke
bb7ddddd4c
Use snapshot assertion for lametric diagnostics test ( #99164 )
2023-10-06 20:26:52 +02:00
Justin Grover
475cb7719b
Add unique ID for generic hygrostat ( #101503 )
2023-10-06 20:15:40 +02:00
Joost Lekkerkerker
9ac5bdc832
Use modern naming for WLED ( #100233 )
2023-10-06 20:04:44 +02:00
TJ Horner
ed8a372f4e
Auto-fix common key entry issues during WeatherKit config flow ( #101504 )
2023-10-06 20:00:04 +02:00
Erik Montnemery
4e98d39106
Use loader.async_suggest_report_issue in async util ( #101516 )
2023-10-06 19:57:43 +02:00
Franck Nijhof
b3080ae005
Bumped version to 2023.10.1
2023-10-06 19:38:00 +02:00
Joost Lekkerkerker
5925b6b912
Only import color extractor when domain is in config ( #101522 )
2023-10-06 19:37:44 +02:00
Joost Lekkerkerker
42b53c6349
Add Withings webhooks after a slight delay ( #101542 )
2023-10-06 19:37:18 +02:00
J. Nick Koston
d26b1b370a
Bump HAP-python to 4.8.0 ( #101538 )
2023-10-06 19:37:14 +02:00
Joost Lekkerkerker
7369ae8c9f
Cancel callbacks on Withings entry unload ( #101536 )
2023-10-06 19:37:11 +02:00
Mike Woudenberg
6c2d1e2142
Update LoqedAPI to handle invalid transitions better ( #101534 )
2023-10-06 19:37:08 +02:00
jan iversen
4a5b0222ab
Modbus, wrong length when reading strings ( #101529 )
2023-10-06 19:37:05 +02:00
Joost Lekkerkerker
76f78e249b
Delete existing Withings cloudhook ( #101527 )
2023-10-06 19:37:02 +02:00
Joost Lekkerkerker
81f582eeb7
Use config flow in color extractor tests ( #101524 )
2023-10-06 19:36:58 +02:00
Kevin Stillhammer
7f6506cfcf
Limit waze_travel_time to 0.5call/s over all entries ( #101514 )
2023-10-06 19:35:48 +02:00
Allen Porter
d14934861e
Fix for rainbird unique id ( #101512 )
2023-10-06 19:35:44 +02:00
Allen Porter
d469626855
Fix bug in calendar state where alarms due to alarms not scheduled ( #101510 )
2023-10-06 19:35:41 +02:00
Ian
9725a0daf9
Fix key error in config flow when duplicate stop names exist ( #101491 )
2023-10-06 19:35:38 +02:00
J. Nick Koston
26c7ba38d0
Fix caching of latest short term stats after insertion of external stats ( #101490 )
2023-10-06 19:35:35 +02:00
Kevin Stillhammer
948bbdd2bf
bump pywaze to 0.5.1 sets timeout to 60s ( #101487 )
2023-10-06 19:35:32 +02:00
J. Nick Koston
eadc70ede0
Bump zeroconf to 0.115.2 ( #101482 )
2023-10-06 19:35:28 +02:00
Paul Bottein
2210db4ca6
Update frontend to 20231005.0 ( #101480 )
2023-10-06 19:35:25 +02:00
G Johansson
c5585b0706
Fix Trafikverket Camera if no location data ( #101463 )
2023-10-06 19:35:22 +02:00
René Klomp
37cfa5efb7
SMA add missing entity descriptions ( #101462 )
2023-10-06 19:35:19 +02:00
Fredrik Erlandsson
a506ba94d1
Fix device_class.capitalize() in Point ( #101440 )
2023-10-06 19:35:16 +02:00
Michael Davie
f8c7d502df
Bump env_canada to v0.5.37 ( #101435 )
2023-10-06 19:35:12 +02:00
Nathan Spencer
f0cb2ba005
Adjust WeatherFlow wind sensors to appropriately match native unit and library field ( #101418 )
2023-10-06 19:35:10 +02:00
Michael Hansen
f7ab00a8bf
Add wake word cooldown to avoid duplicate wake-ups ( #101417 )
2023-10-06 19:35:06 +02:00
Joost Lekkerkerker
e8c38fe99e
Add translation for Tamper binary sensor ( #101416 )
2023-10-06 19:35:03 +02:00
J. Nick Koston
a4f0da8286
Bump dbus-fast to 2.11.1 ( #101406 )
...
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v2.11.0...v2.11.1
2023-10-06 19:34:54 +02:00
Jan Bouwhuis
223f3a434b
Raise vol.Invalid for invalid mqtt device_tracker config ( #101399 )
...
Raise vol.Invalid for invalid mqtt device_tracker
2023-10-06 19:31:58 +02:00
Joost Lekkerkerker
10e43048bd
Fix Withings translations ( #101397 )
2023-10-06 19:31:55 +02:00
Marty Sun
2345a2be5f
Bump pyyardian to 1.1.1 ( #101363 )
...
* Update Yardian Dependency
* test requirements
2023-10-06 19:31:52 +02:00
TheJulianJES
7dfb397aef
Fix ZHA device diagnostics error for unknown unsupported attributes ( #101239 )
...
* Modify test to account for scenario of unknown unsupported attributes
* Add error checking for finding unsupported attributes
* Change comment to clarify zigpy misses an attribute def
This should make it more clear that it's about an unknown attribute (where zigpy doesn't have an attribute definition).
* Increase test coverage
This increases test coverage by doing the following:
- adding the `IasZone` to our test device, so we have a cluster which actually has some attribute definitions
- adding not just an unknown unsupported attribute by id, but also by name
- adding a known unsupported attribute by id and by name
* Fix diagnostics logic
2023-10-06 19:31:48 +02:00
TheJulianJES
5d0c8947a1
Fix ZHA device diagnostics error for unknown unsupported attributes ( #101239 )
...
* Modify test to account for scenario of unknown unsupported attributes
* Add error checking for finding unsupported attributes
* Change comment to clarify zigpy misses an attribute def
This should make it more clear that it's about an unknown attribute (where zigpy doesn't have an attribute definition).
* Increase test coverage
This increases test coverage by doing the following:
- adding the `IasZone` to our test device, so we have a cluster which actually has some attribute definitions
- adding not just an unknown unsupported attribute by id, but also by name
- adding a known unsupported attribute by id and by name
* Fix diagnostics logic
2023-10-06 12:23:48 -04:00
Fredrik Erlandsson
d654c4bc1e
Fix device_class.capitalize() in Point ( #101440 )
2023-10-06 18:23:18 +02:00
Joost Lekkerkerker
b2cad2370b
Add Withings webhooks after a slight delay ( #101542 )
2023-10-06 18:21:06 +02:00
Duco Sebel
6359390a78
Add Eastron virtual integration ( #101385 )
2023-10-06 18:12:00 +02:00
Rami Mosleh
c8d1a7ff4f
Remove references to `name` key in android ip webcam ( #99590 )
2023-10-06 18:10:32 +02:00
Joost Lekkerkerker
86cf2e29b2
Cancel callbacks on Withings entry unload ( #101536 )
2023-10-06 17:10:19 +02:00
Allen Porter
1635cbb8a6
Add a google calendar diagnostics platform ( #101175 )
2023-10-06 17:08:50 +02:00
J. Nick Koston
8dffff3983
Bump HAP-python to 4.8.0 ( #101538 )
2023-10-06 17:06:18 +02:00
jimmyd-be
5edcd7ef0f
Fix Reson sensor enum options mapping ( #101380 )
2023-10-06 16:50:34 +02:00
Mike Woudenberg
83c5844c2e
Update LoqedAPI to handle invalid transitions better ( #101534 )
2023-10-06 15:37:18 +02:00
Aidan Timson
9982483395
Add media player to System Bridge integration ( #97532 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-10-06 15:08:51 +02:00
David Knowles
96aba1c1a6
Add tests to Hydrawise ( #101110 )
...
* Add tests to Hydrawise
* Update tests/components/hydrawise/test_binary_sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Changes requested during review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-10-06 14:42:08 +02:00
G Johansson
adc7fc0ee4
Fix GDACS import issue creation ( #97667 )
2023-10-06 14:30:11 +02:00