Quentame
34ef89b16b
Fix Meteo France blocked config entry when weather alert API fails ( #94911 )
...
* Fix: do not block config entry when weather alert API fails
* PR review
2023-06-23 16:43:24 +02:00
Allen Porter
f8cfaa6147
Bump ical to 4.5.4 ( #94894 )
2023-06-23 16:43:21 +02:00
Álvaro Fernández Rojas
5da5522481
Update aioairzone to v0.6.4 ( #94873 )
2023-06-23 16:43:18 +02:00
Ernst Klamer
cee8004641
Bump bthome to 2.12.0 ( #94822 )
2023-06-23 16:43:15 +02:00
J. Nick Koston
e1751647f4
Bump HAP-python to 4.7.0 ( #94812 )
2023-06-23 16:43:11 +02:00
Austin Mroczek
f33d671a5d
Fix Totalconnect BinarySensorDeviceClass logic ( #94772 )
...
* handle temperature
* test for temperature
* test for unknown
2023-06-23 16:43:07 +02:00
Jan Čermák
254b1fd314
Fix warning from rapt_ble caused by payload version 2 ( #94718 )
2023-06-23 16:43:04 +02:00
Raman Gupta
89c6494056
Fix zwave_js trigger event reattach logic ( #94702 )
2023-06-23 16:43:01 +02:00
Dirk Sarodnick
b52cfd3324
Fix bluetooth tracker asyncio usage ( #94695 )
...
* fix for asyncio usage
fixes the error "Passing coroutines is forbidden, use tasks explicitly", caused by passing an async function into asyncio.wait directly instead of creating a task for it.
* removes unnecessary default param
* corrects formatting for black
2023-06-23 16:42:55 +02:00
Joost Lekkerkerker
6329f6bc07
Add strings for YouTube reauthentication ( #94655 )
2023-06-23 16:38:29 +02:00
Joost Lekkerkerker
57dd62e7d6
Make YouTube select lower quality thumbnails ( #94652 )
...
* Make YouTube select lower quality thumbnails
* Make YouTube select lower quality thumbnails
* Make YouTube select lower quality thumbnails
* Make YouTube select lower quality thumbnails
* Add tests
* Add tests
* Add tests
* Add tests
* Add tests
2023-06-23 16:38:21 +02:00
Dominik
203820d836
Fix glances raid plugin data ( #94597 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2023-06-23 16:38:14 +02:00
Dominik
e1c486fc4a
Bump minimum typing_extensions to 4.6.3 ( #94587 )
2023-06-23 16:37:27 +02:00
Alistair Tudor
78bbec0a6e
Fix unit for Habitica text sensors ( #94550 )
2023-06-23 16:35:33 +02:00
Tom Harris
ffe35c73b6
Handle Insteon events correctly ( #94549 )
...
Make events generalized
2023-06-23 16:35:30 +02:00
Joost Lekkerkerker
d2385f97a7
Handle LastFM unavailable ( #94456 )
2023-06-23 16:35:27 +02:00
Kim Frellsen
bd0b8dc0bc
Fortios device tracker updates ( #92331 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2023-06-23 16:35:24 +02:00
Mike Heath
3f936993a9
Register Fully Kiosk services regardless of setup result ( #88647 )
...
* Register services at integration level
If HA is unable to connect to Fully Kiosk, the services don't get
registered. This can cause repair to create notifications saying
that the 'fully_kiosk.load_url' service is unknown.
Fixes #85444
* Validate config entry is loaded
* Refactor service invocation
Raises `HomeAssistantError` when the user provides an device id that is
not in the device registry or a device that is not a Fully Kiosk
device. If the device's config entry is not loaded, a warning is
logged.
* Update homeassistant/components/fully_kiosk/services.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Assert HomeAssistantError when integration unloaded
* Remove unused import
* Set CONFIG_SCHEMA
* Update homeassistant/components/fully_kiosk/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Add test for non fkb devices targets in service calls
* Apply suggestions from code review
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-06-23 16:35:19 +02:00
Paulus Schoutsen
905bdd0dd5
Bumped version to 2023.6.2
2023-06-14 21:18:40 -04:00
Erik Montnemery
9cbcfca2cd
Improve multipan debug logging ( #94580 )
2023-06-14 21:18:35 -04:00
Chris Talkington
e6b8e4fd48
Fix failed recovery in ipp ( #94573 )
2023-06-14 21:18:34 -04:00
Chris Talkington
8f437c5833
Fix failed recovery in roku ( #94572 )
2023-06-14 21:18:33 -04:00
Ian Foster
d28d909114
Fix keyboard_remote for python 3.11 ( #94570 )
...
* started work to update keyboard_remote to work with python 3.11
* updated function names
* all checks pass
* fixed asyncio for python 3.11
* cleanup
* Update homeassistant/components/keyboard_remote/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update __init__.py
added:
from __future__ import annotations
* Fix typing
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-06-14 21:18:32 -04:00
Maciej Bieniek
f67577ebe0
Catch InvalidAuthError in shutdown() method for Shelly gen2 devices ( #94563 )
...
* Catch InvalidAuthError in shutdown() method
* Add test
* Revert unwanted change in tests
2023-06-14 21:18:31 -04:00
Franck Nijhof
70d33129d4
Update Home Assistant base image to 2023.06.0 ( #94556 )
2023-06-14 21:18:29 -04:00
Aaron Bach
a63ce8100e
Bump regenmaschine to 2023.06.0 ( #94554 )
2023-06-14 21:18:28 -04:00
J. Nick Koston
d557c6e43e
Bump yalexs-ble to 2.1.18 ( #94547 )
2023-06-14 21:18:27 -04:00
Raman Gupta
fd0404bb4a
Fix entity and device selector TypedDict's ( #94510 )
2023-06-14 21:18:26 -04:00
Chris Phillips
576cf52573
Bump russound_rio to 1.0.0 ( #94500 )
2023-06-14 21:17:51 -04:00
mover85
e83f0bb7a5
Revert "Bump pydaikin 2.9.1 ( #93635 )" ( #94469 )
...
Revert to pydaikin 2.9.0
2023-06-14 21:17:08 -04:00
Raman Gupta
fa8e952324
Set default value for endpoint in zwave device automations ( #94445 )
...
* Set default value for endpoint in zwave device automations
* add test case
2023-06-14 21:17:07 -04:00
G Johansson
25a4679266
Fix reload service in Command Line ( #94436 )
...
* Fix reload in Command Line
* Add read new yaml
2023-06-14 21:17:06 -04:00
G Johansson
f5aa4f5866
Fix manual update for Command Line ( #94433 )
...
Manual update command line
2023-06-14 21:17:04 -04:00
Yuxin Wang
0083649e43
Add unit inference for Amps and VA in APCUPSD integration ( #94431 )
...
* Add unit inference for Amps and VA
* Rename `init_integration` to `async_init_integration` for better consistency with HA naming style
2023-06-14 21:17:03 -04:00
Sander
2505de35c9
Fix: Xiaomi Miio Fan, delay off countdown unit conversion ( #94428 )
2023-06-14 21:17:02 -04:00
Christopher Bailey
238eebb0b6
Bump unifiprotect to 4.10.3 ( #94416 )
...
* Bump unifiprotect to 4.10.3
* Reqs
2023-06-14 21:17:01 -04:00
Matthias Alphart
4cb30e69ac
Update knx-frontend to 2023.6.9.195839 ( #94404 )
2023-06-14 21:16:19 -04:00
Joost Lekkerkerker
ac00977e57
Abort youtube configuration if user has no channel ( #94402 )
...
* Abort configuration if user has no channel
* Clean up
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-06-14 21:15:21 -04:00
jasonkuster
b2db849798
Fix ZHA binding api to actually return responses ( #94388 )
2023-06-14 21:15:20 -04:00
Raman Gupta
2c7a176580
Re-add event listeners after Z-Wave server disconnection ( #94383 )
...
* Re-add event listeners after Z-Wave server disconnection
* switch order
* Add tests
2023-06-14 21:15:19 -04:00
Matthias Alphart
4dbc408696
Update xknxproject to 3.1.1 ( #94375 )
2023-06-14 21:14:42 -04:00
Sebastian Muszynski
582fd11a70
Fix deprecated asyncio.wait use with coroutines ( #94371 )
2023-06-14 21:13:25 -04:00
Jan Bouwhuis
96cb5ff8b0
Fix dep noaa-coops for noaa_tides ( #94370 )
...
Bump noaa-coops to 0.1.9
2023-06-14 21:13:23 -04:00
Jafar Atili
6029e23ab7
fix: electrasmart - cast temperature to int in set_temperature ( #94368 )
...
fix: cast temperature to int
2023-06-14 21:13:22 -04:00
Jonathan Keljo
3434d74993
Upgrade sisyphus-control to 3.1.3 ( #94310 )
2023-06-14 21:13:21 -04:00
Nathan Spencer
e091793b6c
Bump pylitterbot to 2023.4.2 ( #94301 )
2023-06-14 21:13:20 -04:00
Glenn Waters
9c8444da0e
Bump elkm1-lib to 2.2.5 ( #94296 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2023-06-14 21:13:19 -04:00
Tom Harris
427f0f4bee
Fix issue with Insteon linked devices maintaining current state ( #94286 )
...
* Bump pyinsteon
* Update tests
2023-06-14 21:13:18 -04:00
FFT
95528f875e
Change pyoppleio to pyoppleio-legacy ( #88050 )
...
* Change pyoppleio to pyoppleio-310 (#75268 )
* [m] change opple component's dependency to a new working one
2023-06-14 21:13:17 -04:00
Paulus Schoutsen
d991970754
Bumped version to 2023.6.1
2023-06-08 13:39:33 -04:00