Aaron Collins
b193b5667b
Fix daikin missing key after migration ( #96575 )
...
Fix daikin migration
2023-07-20 11:29:20 +02:00
J. Nick Koston
173a61bdff
Bump onvif-zeep-async to 3.1.12 ( #96560 )
2023-07-20 11:29:17 +02:00
J. Nick Koston
7425d97ee1
Handle empty strings for ESPHome UOMs ( #96556 )
2023-07-20 11:29:13 +02:00
J. Nick Koston
8382feeff4
Defer SSDP UPNP server start until the started event ( #96555 )
2023-07-20 11:29:10 +02:00
Joost Lekkerkerker
2967a00bc6
Support MyStrom switch 120 ( #96535 )
2023-07-20 11:29:07 +02:00
Guido Schmitz
a9902a21bf
Bump devolo_plc_api to 1.3.2 ( #96499 )
2023-07-20 11:29:03 +02:00
Sebastian Lövdahl
a50a96b687
Fix Vallox fan entity naming ( #96494 )
2023-07-20 11:29:00 +02:00
Sebastian Lövdahl
bc795f4953
Bump vallox-websocket-api to 3.3.0 ( #96493 )
2023-07-20 11:28:53 +02:00
J. Nick Koston
1f11a75ab1
Always try PullPoint with ONVIF ( #96377 )
2023-07-20 11:28:47 +02:00
Joost Lekkerkerker
6ed119006d
Use device class naming for SimpliSafe ( #96093 )
2023-07-20 11:28:42 +02:00
Paulus Schoutsen
a982958143
Bumped version to 2023.7.2
2023-07-13 11:36:22 -04:00
J. Nick Koston
2822d98544
Ensure ESPHome dashboard connection recovers if its down when core starts ( #96449 )
2023-07-13 11:36:11 -04:00
J. Nick Koston
4f95039dfd
Fix mixed case service schema registration ( #96448 )
2023-07-13 11:36:10 -04:00
Michael
658e87b6a5
Always add guest wifi qr code entity in AVM Fritz!Tools ( #96435 )
2023-07-13 11:36:09 -04:00
Joost Lekkerkerker
e6c8e0460f
Add explicit device naming to Led BLE ( #96421 )
2023-07-13 11:36:06 -04:00
Franck Nijhof
c78628aa29
Update RestrictedPython to 6.1 ( #96358 )
2023-07-13 11:36:04 -04:00
Aaron Bach
3dc1ceed0b
Fix extra verbiage in Ridwell rotating category sensor ( #96345 )
2023-07-13 11:36:03 -04:00
Joost Lekkerkerker
89e737facb
Add has entity name to Blink ( #96322 )
2023-07-13 11:36:02 -04:00
J. Nick Koston
15ab483f61
Bump aiohomekit to 2.6.7 ( #96291 )
2023-07-13 11:36:01 -04:00
starkillerOG
0b3ff859e6
Bump reolink_aio to 0.7.3 ( #96284 )
2023-07-13 11:36:00 -04:00
puddly
bdcc9ec984
Fix ZHA serialization issue with warning devices ( #96275 )
...
* Bump ZHA dependencies
* Update unit tests to reduce mocks
2023-07-13 11:35:58 -04:00
Joost Lekkerkerker
382bfa24a8
Use explicit device naming for Escea ( #96270 )
2023-07-13 11:35:57 -04:00
Luke
6a54c18818
Bump Roborock to v0.30.0 ( #96268 )
...
bump to v0.30.0
2023-07-13 11:35:56 -04:00
J. Nick Koston
76ac7fa6a0
Fix race fetching ESPHome dashboard when there are no devices set up ( #96196 )
...
* Fix fetching ESPHome dashboard when there are no devices setup
fixes #96194
* coverage
* fix
2023-07-13 11:35:55 -04:00
Allen Porter
de1a367cff
Enable retries on rainbird devices by loading model and version ( #96190 )
...
Update rainbird to load device model and version
2023-07-13 11:35:54 -04:00
Joost Lekkerkerker
e493cd642c
Use explicit device name for Stookwijzer ( #96184 )
2023-07-13 11:35:52 -04:00
Ernst Klamer
c2a41fc21e
Bump bthome to 2.12.1 ( #96166 )
2023-07-13 11:35:51 -04:00
G Johansson
ebc123c355
Fix implicitly using device name in Yale Smart Living ( #96161 )
...
Yale Smart Living device name
2023-07-13 11:35:50 -04:00
Robert Hillis
4874e13af8
Bump goalzero to 0.2.2 ( #96121 )
2023-07-13 11:35:49 -04:00
Jan Bouwhuis
9969f67508
Fix reference to translation reference in buienradar translations ( #96119 )
...
Do not reference a reference
2023-07-13 11:35:47 -04:00
Joost Lekkerkerker
855962d729
Use explicit device name for Yalexs BLE ( #96105 )
2023-07-13 11:35:46 -04:00
Aaron Bach
98b8e27b08
Fix implicit device name for RainMachine update entity ( #96094 )
...
Fix implicit device name for RainMachine update entity
2023-07-13 11:35:45 -04:00
Franck Nijhof
b26e624b2b
Fix implicit use of device name in Slimproto ( #96081 )
2023-07-13 11:35:44 -04:00
Joost Lekkerkerker
3c7ced21ad
Use default MyStrom devicetype if not present ( #96070 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2023-07-13 11:35:43 -04:00
Joost Lekkerkerker
eec05d4fc8
UPB explicit device name ( #96042 )
2023-07-13 11:35:41 -04:00
Barry Williams
32927e050f
Remove openhome from discovery component ( #96021 )
2023-07-13 11:35:40 -04:00
Joost Lekkerkerker
c6b7a3d564
Use explicit device naming for Switchbot ( #96011 )
...
Use explicit entity naming for Switchbot
2023-07-13 11:35:39 -04:00
Jan Bouwhuis
6f5373fa6e
Refactor async_get_hass to rely on threading.local instead of a ContextVar ( #96005 )
...
* Test for async_get_hass
* Add Fix
2023-07-13 11:35:38 -04:00
Joost Lekkerkerker
7bd9933092
Get MyStrom device state before checking support ( #96004 )
...
* Get device state before checking support
* Add full default device response to test
* Add test mocks
* Add test coverage
2023-07-13 11:35:37 -04:00
Eric Severance
52f60f1e48
Bump pywemo from 0.9.1 to 1.1.0 ( #95951 )
2023-07-13 11:35:36 -04:00
Aaron Collins
3667eb9400
Bump pydaikin 2.10.5 ( #95656 )
2023-07-13 11:35:34 -04:00
J. Nick Koston
80b24b23d3
Fix ESPHome deep sleep devices staying unavailable after unexpected disconnect ( #96354 )
...
backport of #96353
2023-07-12 10:57:17 -04:00
Paulus Schoutsen
d18716e5f8
Disable test case for entity name ( #96012 )
2023-07-06 13:53:56 -04:00
Paulus Schoutsen
4096614ac0
Bumped version to 2023.7.1
2023-07-06 11:52:01 -04:00
Marcel van der Veldt
ef31608ce0
Fix state of slimproto players ( #96000 )
2023-07-06 11:51:46 -04:00
Bram Kragten
7408fa4ab6
Make script services always respond when asked ( #95991 )
...
* Make script services always respond when asked
* Update test_init.py
2023-07-06 11:51:45 -04:00
Jan-Philipp Benecke
10b97a77c6
Explicitly use device name as entity name for Xiaomi fan and humidifier ( #95986 )
2023-07-06 11:51:44 -04:00
Bram Kragten
3540c78fb9
Set correct response value in service description when async_set_service_schema is used ( #95985 )
...
* Mark scripts as response optional, make it always return a response if return_response is set
* Update test_init.py
* Revert "Update test_init.py"
This reverts commit 8e113e54dbf183db06e1d1f0fea95d6bc59e4e80.
* Split + add test
2023-07-06 11:51:43 -04:00
Erik Montnemery
866e130967
Add missing qnap translation ( #95969 )
2023-07-06 11:51:42 -04:00
Allen Porter
d969b89a12
Bump pyrainbird to 2.1.0 ( #95968 )
2023-07-06 11:51:41 -04:00