Franck Nijhof
b6d001bfe6
2023.3.5 ( #89814 )
2023.3.5
2023-03-16 20:45:14 +01: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
Paulus Schoutsen
d084e70aff
2023.3.4 ( #89647 )
2023.3.4
2023-03-14 00:10:23 -04: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
ddde17606d
2023.3.3 ( #89459 )
2023.3.3
2023-03-09 14:40:06 -05: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
3dca4c2f23
2023.3.2 ( #89381 )
2023.3.2
2023-03-08 18:35:50 +01: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
puddly
74d3b2374b
Clean ZHA radio path with trailing whitespace ( #89299 )
...
* Clean config flow entries with trailing whitespace
* Rewrite the config entry at runtime, without upgrading
* Skip intermediate `data = config_entry.data` variable
* Perform a deepcopy to ensure the config entry will actually be updated
2023-03-08 16:22:58 +01:00
epenet
f982af2412
Ignore DSL entities if SFR box is not adsl ( #89291 )
2023-03-08 16:22:53 +01:00
luar123
0b5ddd9cbf
Bump python-snapcast to 2.3.2 ( #89259 )
2023-03-08 16:22:49 +01:00
J. Nick Koston
8d1aa0132e
Make sql subqueries threadsafe ( #89254 )
...
* Make sql subqueries threadsafe
fixes #89224
* fix join outside of lambda
* move statement generation into a seperate function to make it easier to test
* add cache key tests
* no need to mock hass
2023-03-08 16:22:45 +01:00