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
J. Nick Koston
d737b97c91
Bump sqlalchemy to 2.0.5post1 ( #89253 )
...
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.5
mostly bugfixes for 2.x regressions
2023-03-08 16:22:41 +01:00
Marc Mueller
0fac12866d
Fix conditional check ( #89231 )
2023-03-08 16:22:38 +01:00
Bram Kragten
e3fe71f76e
Update frontend to 20230306.0 ( #89227 )
2023-03-08 16:22:34 +01:00
J. Nick Koston
eba1bfad51
Bump aioesphomeapi to 13.4.2 ( #89210 )
2023-03-08 16:22:30 +01:00
Franck Nijhof
1a0a385e03
Fix Tuya Python 3.11 compatibility issue ( #89189 )
2023-03-08 16:22:26 +01:00
MarkGodwin
c9999cd08c
Fix host IP and scheme entry issues in TP-Link Omada ( #89130 )
...
Fixing host IP and scheme entry issues
2023-03-08 16:22:22 +01:00
rappenze
8252aeead2
Bump pyfibaro version to 0.6.9 ( #89120 )
2023-03-08 16:22:18 +01:00
J. Nick Koston
c27a69ef85
Handle InnoDB deadlocks during migration ( #89073 )
...
* Handle slow InnoDB rollback when encountering duplicates during migration
fixes #89069
* adjust
* fix mock
* tests
* return on success
2023-03-08 16:22:15 +01:00
J. Nick Koston
d4c28a1f4a
Cache transient templates compiles provided via api ( #89065 )
...
* Cache transient templates compiles provided via api
partially fixes #89047 (there is more going on here)
* add a bit more coverage just to be sure
* switch method
* Revert "switch method"
This reverts commit 0e9e1c8cbe8753159f4fd6775cdc9cf217d66f0e.
* tweak
* hold hass
* empty for github flakey
2023-03-08 16:22:10 +01:00
Andrew Westrope
322eb4bd83
Check type key of zone exists in geniushub ( #86798 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2023-03-08 16:22:05 +01:00
Paulus Schoutsen
f0f12fd14a
2023.3.1 ( #89059 )
2023.3.1
2023-03-02 15:53:50 -05:00
Mitch
1836e35717
Bump nuheat to 1.0.1 ( #88958 )
2023-03-02 15:15:15 -05:00
Paulus Schoutsen
4eb55146be
Bumped version to 2023.3.1
2023-03-02 14:22:23 -05:00
Jan Bouwhuis
b1ee6e304e
Fix check on non numeric custom sensor device classes ( #89052 )
...
* Custom device classes are not numeric
* Update homeassistant/components/sensor/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Add test
* Update homeassistant/components/sensor/__init__.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2023-03-02 14:22:12 -05:00
Paul Bottein
d0b195516b
Update frontend to 20230302.0 ( #89042 )
2023-03-02 14:22:11 -05:00
Franck Nijhof
a867f1d3c8
Update orjson to 3.8.7 ( #89037 )
2023-03-02 14:22:09 -05:00
Matthias Alphart
f7eaeb7a39
Fix KNX Keyfile upload ( #89029 )
...
* Fix KNX Keyfile upload
* use shutil.move instead
2023-03-02 14:22:08 -05:00
Erik Montnemery
3e961d3e17
Bump py-dormakaba-dkey to 1.0.4 ( #88992 )
2023-03-02 14:22:07 -05:00
Mitch
c28e16fa8b
Bump requests to 2.28.2 ( #88956 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-03-02 14:22:06 -05:00
Toni Juvani
e2e8d74aa6
Update pyTibber to 0.27.0 ( #86940 )
...
* Update pyTibber to 0.27.0
* Handle new exceptions
2023-03-02 14:22:05 -05:00
Franck Nijhof
8a9fbd650a
2023.3.0 ( #88979 )
2023.3.0
2023-03-01 19:53:46 +01:00
Erik Montnemery
243725efe3
Tweak OTBR tests ( #88839 )
2023-03-01 17:53:38 +01:00
Franck Nijhof
8d59489da8
Bumped version to 2023.3.0
2023-03-01 17:25:44 +01:00
Stefan Agner
c146413a1a
Add Home Assistant with space as brand ( #88976 )
2023-03-01 17:25:08 +01:00
Bram Kragten
a46d63a11b
Update frontend to 20230301.0 ( #88975 )
2023-03-01 17:25:05 +01:00
mkmer
db4f6fb94d
Bump Aiosomecomfort to 0.0.11 ( #88970 )
2023-03-01 17:25:01 +01:00
Erik Montnemery
c50c920589
Revert "Add state_class = MEASUREMENT to Derivative sensor ( #88408 )" ( #88952 )
2023-03-01 17:24:56 +01:00