J. Nick Koston
2a18261efb
Bump yalexs_ble to 2.1.0 ( #89772 )
...
switches to using cryptography to reduce the number of deps
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.0.4...v2.1.0
2023-03-22 22:57:40 -04:00
J. Nick Koston
1f71068740
Handle cancelation of wait_for_ble_connections_free in esphome bluetooth ( #90014 )
...
Handle cancelation in wait_for_ble_connections_free
If `wait_for_ble_connections_free` was canceled due to timeout or
the esp disconnecting from Home Assistant the future would get
canceled. When we reconnect and get the next callback we need
to handle it being done.
fixes
```
2023-03-21 02:34:36.876 ERROR (MainThread) [homeassistant] Error doing job: Fatal error: protocol.data_received() call failed.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 868, in _read_ready__data_received
self._protocol.data_received(data)
File "/usr/local/lib/python3.10/site-packages/aioesphomeapi/_frame_helper.py", line 195, in data_received
self._callback_packet(msg_type_int, bytes(packet_data))
File "/usr/local/lib/python3.10/site-packages/aioesphomeapi/_frame_helper.py", line 110, in _callback_packet
self._on_pkt(Packet(type_, data))
File "/usr/local/lib/python3.10/site-packages/aioesphomeapi/connection.py", line 688, in _process_packet
handler(msg)
File "/usr/local/lib/python3.10/site-packages/aioesphomeapi/client.py", line 482, in on_msg
on_bluetooth_connections_free_update(resp.free, resp.limit)
File "/usr/src/homeassistant/homeassistant/components/esphome/entry_data.py", line 136, in async_update_ble_connection_limits
fut.set_result(free)
asyncio.exceptions.InvalidStateError: invalid state
```
2023-03-22 22:54:42 -04:00
micha91
92fb978a03
Bump aiomusiccast to 0.14.8 ( #89978 )
2023-03-22 22:54:42 -04:00
J. Nick Koston
127f2289a1
Remove async_block_till_done in freebox ( #89928 )
...
async_block_till_done() is not meant to be called in integrations
2023-03-22 22:54:41 -04:00
Jan Bouwhuis
de6f55dcfb
Fix blocking MQTT entry unload ( #89922 )
...
* Remove unneeded async_block_till_done
* use await asyncio.sleep(0) instead
2023-03-22 22:54:40 -04:00
Joakim Plate
713d3025f2
Correct missing wordswap for S series nibe ( #89866 )
...
Correct missing wordswap for nibe
2023-03-22 22:54:39 -04:00
J. Nick Koston
1e03ff68a2
Bump aioharmony to 0.2.10 ( #89831 )
...
fixes #89823
2023-03-22 22:54:38 -04:00
Jan Bouwhuis
a5aa5c0c01
Fix imap_email_content unknown status and replaying stale states ( #89563 )
2023-03-22 22:54:37 -04:00
Franck Nijhof
7e18e15cac
Bumped version to 2023.3.5
2023-03-16 18:48:17 +01:00
Bram Kragten
e651ca747b
Update frontend to 20230309.1 ( #89802 )
2023-03-16 18:47:51 +01:00
J. Nick Koston
9fa73fe3a9
Bump aioesphomeapi to 13.5.1 ( #89777 )
2023-03-16 18:47:47 +01:00
Jan Bouwhuis
abda7b8a5b
Fix imap server push holding HA startup ( #89750 )
2023-03-16 18:47:44 +01:00
jan iversen
90a4afb6fa
Correct modbus serial method parameter ( #89738 )
2023-03-16 18:47:40 +01:00
Marcio Granzotto Rodrigues
52981699cf
Bump bond-async to 0.1.23 ( #89697 )
2023-03-16 18:47:37 +01:00
Joakim Plate
c3d7696c2e
Update to nibe 2.1.4 ( #89686 )
2023-03-16 18:47:33 +01:00
jan iversen
f120bac17f
Secure modbus hub_collect remains valid ( #89684 )
...
Secure hub_collect remains valid.
2023-03-16 18:47:28 +01:00
Joakim Plate
02738fb9d4
Handle int or mapping for off case in nibe cooling ( #89680 )
...
Handle int or mapping for off case in nibe
2023-03-16 18:47:25 +01:00
J. Nick Koston
a9a6ff50cc
Bump aioesphomeapi to 13.5.0 ( #89262 )
2023-03-16 18:47:21 +01:00
zhangshengdong29
fdd9c5383f
ArestData does not have available ( #88631 )
2023-03-16 18:47:17 +01:00
puddly
69582b7ecb
Bump ZHA dependencies ( #89667 )
...
* Bump `zha-quirks` library and account for `setup_quirks` signature
* Bump other ZHA dependencies
* Revert zigpy bump
2023-03-13 22:06:05 -04:00
Paulus Schoutsen
160518350f
Bump SQLAlchemy to 2.0.6 ( #89650 )
2023-03-13 14:54:27 -04:00
Paulus Schoutsen
daa5718a80
Bumped version to 2023.3.4
2023-03-13 13:26:50 -04:00
tomrennen
f5562e93ac
Improved "ON" state check for Use room sensor for cooling ( #89634 )
2023-03-13 13:26:44 -04:00
Erik Montnemery
d2f90236d1
Rename modules named repairs.py which are not repairs platforms ( #89618 )
2023-03-13 13:26:43 -04:00
J. Nick Koston
65c614421a
Increase maximum aiohttp connections to 4096 ( #89611 )
...
fixes #89408
2023-03-13 13:26:41 -04:00
Eugenio Panadero
22922da607
Bump aiopvpc to 4.1.0 ( #89593 )
2023-03-13 13:26:40 -04:00
J. Nick Koston
ca0304ffc4
Fix get_significant_states_with_session query looking at legacy columns ( #89558 )
2023-03-13 13:26:39 -04:00
Robert Svensson
950a1f6e9e
Bump pydeconz to v110 ( #89527 )
...
* Bump pydeconz to v109
* Bump pydeconz to v110 for additional color modes
2023-03-13 13:26:38 -04:00
rappenze
1e7f58d859
Fix bug in fibaro cover ( #89502 )
2023-03-13 13:26:37 -04:00
J. Nick Koston
7cb4620671
Fix data migration never finishing when database has invalid datetimes ( #89474 )
...
* Fix data migration never finishing when database has invalid datetimes
If there were impossible datetime values in the database (likely
from a manual sqlite to MySQL conversion) the conversion would
never complete
* Update homeassistant/components/recorder/migration.py
2023-03-13 13:26:36 -04:00
Kevin Worrel
8c2569d2ce
Reconnect on any ScreenLogic exception ( #89269 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2023-03-13 13:26:34 -04:00
Arjan
6ebd493c4d
Fix gtfs with 2023.3 (sqlachemy update) ( #89175 )
2023-03-13 13:26:33 -04:00
Jan Stienstra
990ecbba72
Recode Home Assistant instance name to ascii for Jellyfin ( #87368 )
...
Recode instance name to ascii
2023-03-13 13:26:32 -04:00
Paulus Schoutsen
3fba181e7b
Bumped version to 2023.3.3
2023-03-09 13:30:46 -05:00
Erik Montnemery
da79bf8534
Fix Dormakaba dKey deadbolt binary sensor ( #89447 )
...
* Fix Dormakaba dKey deadbolt binary sensor
* Spelling
2023-03-09 13:18:23 -05:00
Paul Bottein
83e2cc32b7
Update frontend to 20230309.0 ( #89446 )
2023-03-09 13:18:22 -05:00
Joakim Sørensen
c7fb404a17
Add paths for add-on changelog and documentation ( #89411 )
2023-03-09 13:18:21 -05:00
Jan Bouwhuis
f1e114380a
Allow enum as MQTT sensor device_class ( #89391 )
2023-03-09 13:18:20 -05:00
Brandon Rothweiler
04e4a644cb
Bump pymazda to 0.3.8 ( #89387 )
2023-03-09 13:18:19 -05:00
Dillon Fearns
e606c2e227
Bump roombapy to 1.6.6 ( #89366 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2023-03-09 13:18:17 -05:00
Jan Bouwhuis
ebf95feff3
Fix MQTT rgb light brightness scaling ( #89264 )
...
* Normalize received RGB colors to 100% brightness
* Assert on rgb_color attribute
* Use max for RGB to get brightness
* Avoid division and add clamp
* remove clamp
Co-authored-by: Erik Montnemery <erik@montnemery.com >
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2023-03-09 13:18:15 -05:00
Franck Nijhof
3f8f38f2df
Bumped version to 2023.3.2
2023-03-08 16:24:08 +01:00
epenet
0844a0b269
Fix invalid state class in litterrobot ( #89380 )
2023-03-08 16:23:30 +01:00
Franck Nijhof
b65180d20a
Improve Supervisor API handling ( #89379 )
2023-03-08 16:23:26 +01:00
starkillerOG
7f8a9697f0
Fix setting Reolink focus ( #89374 )
...
fix setting focus
2023-03-08 16:23:22 +01:00
J. Nick Koston
563bd4a0dd
Fix bluetooth history and device expire running in the executor ( #89342 )
2023-03-08 16:23:18 +01:00
Florent Thoumie
29b5ef31c1
Recreate iaqualink httpx client upon service exception ( #89341 )
2023-03-08 16:23:13 +01:00
Renat Sibgatulin
863f8b727d
Remove invalid device class in air-Q integration ( #89329 )
...
Remove device_class from sensors using inconsistent units
2023-03-08 16:23:09 +01:00
J. Nick Koston
83ed8cf689
Fix thread diagnostics loading blocking the event loop ( #89307 )
...
* Fix thread diagnostics loading blocking the event loop
* patch target
2023-03-08 16:23:06 +01:00
Tom Harris
52cd2f9429
Fix Insteon open issues with adding devices by address and missing events ( #89305 )
...
* Add missing events
* Bump dependancies
* Update for code review
2023-03-08 16:23:02 +01:00