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 0e9e1c8cbe
.
* 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
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
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
starkillerOG
fe22aa0b4b
Motion Blinds DHCP restrict ( #88919 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-03-01 17:23:00 +01:00
Aaron Godfrey
a0162e4986
Fix todoist filtering custom projects by labels ( #87904 )
...
* Fix filtering custom projects by labels.
* Don't lowercase the label.
* Labels are case-sensitive, don't lowercase them.
2023-03-01 17:22:56 +01:00
RogerSelwyn
62c5cf51f5
Fix geniushub heating hvac action ( #87531 )
2023-03-01 17:22:53 +01:00
Frédéric Guardia
89aebba3ab
Fix Google Assistant temperature attribute ( #85921 )
2023-03-01 17:22:48 +01:00
Paulus Schoutsen
6c73b9024b
Bumped version to 2023.3.0b7
2023-02-28 22:18:39 -05:00
Michael Hansen
59a9ace171
Update intent sentences package ( #88933 )
...
* Actually use translated state names in response
* Change test result now that locks are excluded from HassTurnOn
* Bump home-assistant-intents and hassil versions
2023-02-28 22:18:32 -05:00
PatrickGlesner
e751948bc8
Update Tado services.yaml defaults ( #88929 )
...
Update services.yaml
Deletes default values in 'time_period' and 'requested_overlay' fields in 'set_climate_timer'.
2023-02-28 22:18:31 -05:00
djtimca
702646427d
Bump auroranoaa to 0.0.3 ( #88927 )
...
* Bump aurora_api version to fix issues with NOAA conversion values. Fix #82587
* update requirements for aurora.
* Add state_class to aurora sensor.
* Fixed environment to run requirements_all script.
* Revert "Add state_class to aurora sensor."
This reverts commit 213e21e842
.
2023-02-28 22:18:30 -05:00
Tom Harris
8a605b1377
Bump pyinsteon to 1.3.3 ( #88925 )
...
Bump pyinsteon
2023-02-28 22:18:29 -05:00
Erik Montnemery
8eb8415d3f
Bump py-dormakaba-dkey to 1.0.3 ( #88924 )
...
* Bump py-dormakaba-dkey to 1.0.3
* Log unexpected errors in config flow
2023-02-28 22:18:28 -05:00
Volker Stolz
9f3f71d0c3
Introduce a UUID configuration option for API token ( #88765 )
...
* Introduce a UUID configuration option for API token. (#86547 )
If the uuid is configured, it will be used in the HTTP headers. Otherwise,
we'll hash the salted instance URL which should be good enough(tm).
* Generate random 6-digit uuid on startup.
2023-02-28 22:18:28 -05:00
Paulus Schoutsen
b82da9418d
Bumped version to 2023.3.0b6
2023-02-28 12:13:24 -05:00
Erik Montnemery
38cf725075
Fix Dormakaba dKey binary sensor ( #88922 )
2023-02-28 12:12:52 -05:00
Franck Nijhof
04cedab8d4
Small improvements to middleware filter ( #88921 )
...
Small improvements middleware filter
2023-02-28 12:12:51 -05:00
Erik Montnemery
2238a3f201
Reset state of template cover on error ( #88915 )
2023-02-28 12:12:50 -05:00
Marcel van der Veldt
f58ca17926
Bump aiohue library to version 4.6.2 ( #88907 )
...
* Bump aiohue library to 4.6.2
* Fix long press (fixed in aiohue lib)
* fix test
2023-02-28 12:12:48 -05:00
Marcel van der Veldt
d5e517b874
Do not create Area for Hue zones ( #88904 )
...
Do not create HA area for Hue zones
2023-02-28 12:12:47 -05:00
Bram Kragten
f9eeb4f4d8
Fix string for OTBR config flow abort ( #88902 )
2023-02-28 12:12:46 -05:00
Marcel van der Veldt
86d5e4aaa8
Fix removal of non device-bound resources in Hue ( #88897 )
...
Fix removal of non device-bound resources (like entertainment areas)
2023-02-28 12:12:45 -05:00
b-uwe
a56935ed7c
Add virtual integration for HELTUN ( #88892 )
2023-02-28 12:12:44 -05:00