Erik Montnemery
108dc3795e
Remove incorrect use of Mock.assert_has_calls from recorder tests ( #122439 )
...
* Remove incorrect use of Mock.assert_has_calls from recorder tests
* Fix test
2024-07-23 09:39:27 +02:00
Joost Lekkerkerker
cd48278671
Extract Geniushub base entities in separate module ( #122331 )
2024-07-23 09:34:00 +02:00
Allen Porter
be4c7291bd
Update google tasks to return completed items ( #122437 )
2024-07-23 09:31:22 +02:00
dependabot[bot]
4674502b92
Bump docker/login-action from 3.2.0 to 3.3.0 ( #122440 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 09:24:52 +02:00
Robert Svensson
4ee256633b
Deduplicate light data with deCONZ websocket fixture ( #122421 )
2024-07-23 08:40:30 +02:00
J. Nick Koston
0039f1bb49
Make frontend url and route a cached_property ( #122430 )
2024-07-23 08:39:18 +02:00
Denis Shulyaka
975cfa6457
Fix gemini api format conversion ( #122403 )
...
* Fix gemini api format conversion
* add tests
* fix tests
* fix tests
* fix coverage
2024-07-22 17:56:13 -07:00
Erik Montnemery
5d3c57ecfe
Freeze integration setup timeout for recorder during non-live migration ( #122431 )
2024-07-22 18:48:55 -05:00
Erik Montnemery
f4125eaf4c
Remove loop shutdown indicator when done with test hass ( #122432 )
2024-07-23 00:56:06 +02:00
Erik Montnemery
96de0a4c94
Correct off-by-one bug in recorder non live schema migration ( #122428 )
...
* Correct off-by-one bug in recorder non live schema migration
* Remove change from the future
2024-07-23 00:30:31 +02:00
J. Nick Koston
d0ba5534cd
Bump async-upnp-client to 0.40.0 ( #122427 )
2024-07-22 17:04:29 -05:00
Erik Montnemery
9b2118e556
Remove recorder from websocket_api after dependencies ( #122422 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-07-22 16:50:05 -05:00
Erik Montnemery
42716723e6
Register WS command recorder/info early ( #122425 )
2024-07-22 16:26:52 -05:00
ribbal
ba276a5cb6
Add missing binary sensors to Hive integration ( #122296 )
...
* add missing sensors
* add missing sensors
* add missing sensors
* add missing sensors
* add missing sensors
* add missing sensors
* add missing sensors
* add missing sensors
* add missing sensors
* add missing sensors
* add missing sensors
* add missing sensors
2024-07-22 23:15:36 +02:00
Erik Montnemery
3df6b34a03
Split recorder and frontend bootstrap steps ( #122420 )
2024-07-22 23:07:49 +02:00
Denis Shulyaka
ee30510b23
Remove deprecated DALL-E image formats ( #122388 )
2024-07-22 21:57:48 +02:00
Alexandre CUER
489457c47b
Add async_update_data to emoncms coordinator ( #122416 )
...
* Add async_update_data to coordinator
* Add const module
2024-07-22 21:47:01 +02:00
Joakim Plate
a1cdd91d23
Continue transition from legacy dict to attr in dsmr ( #121906 )
2024-07-22 21:41:24 +02:00
Mr. Bubbles
fed17a4905
Add DeviceInfo to OTP integration ( #122392 )
2024-07-22 21:39:22 +02:00
Robert Svensson
c61efe931a
Deduplicate more fixture data related to deCONZ websocket sensor ( #122412 )
2024-07-22 21:37:58 +02:00
Erik Montnemery
d3df903d1e
Make device registry migration unconditional ( #122414 )
2024-07-22 21:37:47 +02:00
Erik Montnemery
db6704271c
Avoid repeated calls to utc_from_timestamp(0).isoformat() when migrating ( #122413 )
2024-07-22 21:36:36 +02:00
Erik Montnemery
3dc36cf068
Improve error handling when creating new SQLite database ( #122406 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-07-22 14:16:11 -05:00
Erik Montnemery
20fc5233a1
Add recorder data migrator class to clean up states table ( #122069 )
2024-07-22 13:04:01 -05:00
Robert Resch
4c853803f1
Add created_at/modified_at to device registry ( #122369 )
2024-07-22 19:15:23 +02:00
Noah Husby
19d9a91392
Add device info to Russound RIO ( #122395 )
...
* Add device info to Russound RIO
* Set device info name to Russound model
* Add device class to Russound media player
* Move device info to constructor
* Use connections instead of identifiers for russound
* Add via_device attr to Russound
* Reinstate russound identifiers
* Move has entity name attr
2024-07-22 19:06:13 +02:00
Erik Montnemery
76cd53a864
Improve error handling when recorder schema migration fails ( #122397 )
2024-07-22 18:55:12 +02:00
Noah Husby
02c34ba3f8
Bump aiorussound to 2.0.7 ( #122389 )
2024-07-22 18:01:54 +02:00
Erik Montnemery
b14e8d1609
Remove SchemaValidationStatus.valid ( #122394 )
2024-07-22 17:33:13 +02:00
Erik Montnemery
e8b88557ee
Refactor recorder schema migration ( #122372 )
...
* Refactor recorder schema migration
* Simplify
* Remove unused imports
* Refactor _migrate_schema according to review comments
* Add comment
2024-07-22 16:53:54 +02:00
Erik Montnemery
c73e7ae178
Handle integration with missing dependencies ( #122386 )
2024-07-22 15:41:55 +02:00
Joost Lekkerkerker
7ec41275d5
Add mealie service to set mealplan ( #122317 )
2024-07-22 15:34:10 +02:00
Erik Montnemery
debebcfd25
Improve language in loader error messages ( #122387 )
2024-07-22 15:32:36 +02:00
Pete Sage
186ca49b16
Fix group media player `play_media` not passing kwargs ( #122258 )
2024-07-22 14:30:23 +02:00
Robert Resch
243a68fb1f
Frontend wants a timestamp for the created_at/modified_at attributes ( #122377 )
2024-07-22 14:10:16 +02:00
J. Nick Koston
bd97a09cae
Complete coverage for doorbird init ( #122272 )
2024-07-22 13:57:43 +02:00
J. Nick Koston
d421525f1b
Fix missing translation key for august doorbells ( #122251 )
2024-07-22 13:15:43 +02:00
Allen Porter
7ec332f857
Fix platforms on media pause and unpause intents ( #122357 )
2024-07-22 13:15:05 +02:00
Brett Adams
31d3b3b675
Handle empty energy sites in Tesla integrations ( #122355 )
2024-07-22 13:14:15 +02:00
cdnninja
ea94cdb668
Bump pyvesync to 2.1.12 ( #122318 )
2024-07-22 13:09:08 +02:00
Erik Montnemery
cbe94c4706
Fix typo in recorder persistent notification ( #122374 )
2024-07-22 12:02:17 +02:00
Duco Sebel
5612e3a92b
Bumb python-homewizard-energy to 6.1.1 to embed model in upstream library ( #122365 )
2024-07-22 11:26:38 +02:00
Paul Bottein
33f0840a26
Add translations for xiaomi miio fan preset modes ( #122367 )
2024-07-22 11:21:54 +02:00
starkillerOG
8d538fcd52
Add Reolink model_id / item number ( #122371 )
2024-07-22 11:20:02 +02:00
Marc Mueller
9793aa0a5e
Update pytest to 8.3.1 ( #122368 )
2024-07-22 11:16:05 +02:00
Denis Shulyaka
064d7261b4
Ensure script llm tool name does not start with a digit ( #122349 )
...
* Ensure script tool name does not start with a digit
* Fix test name
2024-07-22 11:11:09 +02:00
starkillerOG
0c6dc9e43b
Bump reolink-aio to 0.9.5 ( #122366 )
2024-07-22 11:09:03 +02:00
Marc Mueller
c70e611822
Fix homewizard api close not being awaited on unload ( #122324 )
2024-07-22 10:19:08 +02:00
J. Nick Koston
02c64c7861
Bump cryptography to 43.0.0 and pyOpenSSL to 24.2.1 and chacha20poly1305-reuseable >= 0.13.0 ( #122308 )
2024-07-22 10:15:02 +02:00
dependabot[bot]
5b32efb6d6
Bump github/codeql-action from 3.25.12 to 3.25.13 ( #122362 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 10:05:15 +02:00