Robert Resch and GitHub
17f3ba1434
Bump webrtc-models to 0.2.0 ( #129627 )
2024-11-01 17:24:44 +01:00
Joakim Sørensen and GitHub
31dcc25ba5
Add handler to restore a backup file with the backup integration ( #128365 )
...
* Early pushout of restore handling for core/container
* Adjust after rebase
* Move logging definition, we should only do this if we go ahead with the restore
* First round
* More paths
* Add async_restore_backup to base class
* Block restore of new backup files
* manager tests
* Add websocket test
* Add testing to main
* Add coverage for missing backup file
* Catch FileNotFoundError instead
* Patch Path.read_text instead
* Remove HA_RESTORE from keep
* Use secure paths
* Fix restart test
* extend coverage
* Mock argv
* Adjustments
2024-11-01 16:25:22 +01:00
Joost Lekkerkerker and GitHub
4da93f6a5e
Bump spotifyaio to 0.8.1 ( #129573 )
2024-11-01 15:12:15 +01:00
Marc Mueller and GitHub
5ed7d32749
Remove unnecessary asyncio EventLoopPolicy init_watcher backport ( #129628 )
2024-11-01 13:44:49 +01:00
epenet and GitHub
ab5b9dbdc9
Add OptionsFlow helpers to get the current config entry ( #129562 )
...
* Add OptionsFlow helpers to get the current config entry
* Add tests
* Improve
* Add ValueError to indicate that the config entry is not available in `__init__` method
* Use a property
* Update config_entries.py
* Update config_entries.py
* Update config_entries.py
* Add a property setter for compatibility
* Add report
* Update config_flow.py
* Add tests
* Update test_config_entries.py
2024-11-01 12:54:35 +01:00
Marco and GitHub
3b28bf07d1
Add boost switch to Smarty ( #129466 )
2024-11-01 11:08:55 +01:00
b626c9b450
Ensure entry_id is set on reauth/reconfigure flows ( #129319 )
...
* Ensure entry_id is set on reauth/reconfigure flows
* Improve
* Improve
* Use report helper
* Adjust deprecation date
* Update config_entries.py
* Improve message and adjust tests
* Apply suggestions from code review
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
2024-11-01 10:29:58 +01:00
Willem-Jan van Rootselaar and GitHub
5430eca93e
Bump python-bsblan to 1.0.0 ( #129617 )
2024-11-01 10:23:30 +01:00
epenet and GitHub
b41c477f44
Fix flaky camera test ( #129576 )
2024-11-01 10:15:20 +01:00
5900413c08
Add zwave_js node_capabilities and invoke_cc_api websocket commands ( #125327 )
...
* Add zwave_js node_capabilities and invoke_cc_api websocket commands
* Map isSecure to is_secure
* Add tests
* Add error handling
* fix
* Use to_dict function
* Make response compatible with current expectations
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-11-01 00:32:01 +01:00
Marc Mueller and GitHub
c2ceab741f
Remove unnecessary husqvarna_automower_ble test fixture ( #129577 )
2024-11-01 00:00:52 +01:00
J. Nick Koston and GitHub
45ff4940eb
Pin async-timeout to 4.0.3 ( #129592 )
2024-10-31 16:18:31 -05:00
9c8a15cb64
Add go2rtc debug_ui yaml key to enable go2rtc ui ( #129587 )
...
* Add go2rtc debug_ui yaml key to enable go2rtc ui
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Order imports
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-10-31 20:56:53 +01:00
Erik Montnemery and GitHub
b09e54c961
Bump aiohasupervisor to version 0.2.1 ( #129574 )
2024-10-31 19:37:31 +01:00
Steven B. and GitHub
f44b7e202a
Check for async web offer overrides in camera capabilities ( #129519 )
2024-10-31 18:57:40 +01:00
Joost Lekkerkerker and GitHub
0f535e979f
Bump aiowithings to 3.1.1 ( #129586 )
2024-10-31 18:28:53 +01:00
G Johansson and GitHub
4c2c01b4f6
Use shorthand attribute for native_value in mold_indicator ( #129538 )
2024-10-31 17:40:14 +01:00
G Johansson and GitHub
b1d48fe9a2
Use class attributes in Times of Day ( #129543 )
...
* mypy ignore assignment in Times of Day so we can drop all type checking
* class attributes
2024-10-31 17:37:33 +01:00
Bram Kragten
41590f91ac
Bump version to 2024.11.0b1
2024.11.0b1
2024-10-31 16:38:09 +01:00
Paul Bottein and Bram Kragten
e9d1f4f46e
Update frontend to 20241031.0 ( #129583 )
2024-10-31 16:36:58 +01:00
epenet and Bram Kragten
7f287412ba
Log type as well as value for unique_id checks ( #129575 )
2024-10-31 16:36:57 +01:00
Erik Montnemery and Bram Kragten
2df094de2b
Stringify discovered hassio uuid ( #129572 )
...
* Stringify discovered hassio uuid
* Correct DiscoveryKey
* Adjust tests
2024-10-31 16:36:56 +01:00
starkillerOG and Bram Kragten
964ab5b351
Log Reolink select value KeyError only once ( #129559 )
2024-10-31 16:36:55 +01:00
Brett Adams and Bram Kragten
3f6e9a54fe
Fix "home" route in Tesla Fleet & Teslemetry ( #129546 )
...
* translate Home to home
* refactor for mypy
* Fix home state
* Revert key change
* Add testing
2024-10-31 16:36:55 +01:00
J. Nick Koston and Bram Kragten
4ec5d5ae1e
Bump yarl to 1.17.1 ( #129539 )
...
changelog: https://github.com/aio-libs/yarl/compare/v1.17.0...v1.17.1
2024-10-31 16:36:54 +01:00
Erik Montnemery and Bram Kragten
c49b155c29
Allow importing homeassistant.core.Config until 2025.11 ( #129537 )
2024-10-31 16:36:53 +01:00
Luca Angemi and Bram Kragten
fc602b1888
Fix bthome UnitOfConductivity ( #129535 )
...
Fix unit
2024-10-31 16:36:52 +01:00
G Johansson and Bram Kragten
81421992a2
Missing config_flow in manifest for local_file ( #129529 )
2024-10-31 16:36:51 +01:00
starkillerOG and Bram Kragten
4ef31f9331
Bump reolink_aio to 0.10.2 ( #129528 )
2024-10-31 16:36:50 +01:00
G Johansson and Bram Kragten
d7e304badf
Fix async_config_entry_first_refresh used after config entry is loaded in speedtestdotcom ( #129527 )
...
* Fix async_config_entry_first_refresh used after config entry is loaded in speedtestdotcom
* is
2024-10-31 16:36:49 +01:00
cryptk and Bram Kragten
bf3f1b4b49
Bump uiprotect to 6.3.2 ( #129513 )
2024-10-31 16:36:49 +01:00
Jan Bouwhuis and Bram Kragten
2ac0ff03fc
Fix current temperature calculation for incomfort boiler ( #129496 )
2024-10-31 16:36:48 +01:00
d10553d624
Fix timeout issue on Roomba integration when adding a new device ( #129230 )
...
* Update const.py
DEFAULT_DELAY = 1 to DEFAULT_DELAY = 100 to fix timeout when adding a new device
* Update config_flow.py
continuous=False to continuous=True to fix timeout when adding a new device
* Update homeassistant/components/roomba/const.py
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com >
* Update test_config_flow.py
Change CONF_DELAY to match DEFAULT_DELAY (30 sec instead of 1)
* Update tests/components/roomba/test_config_flow.py
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com >
* Use constant for DEFAULT_DELAY in tests
---------
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com >
Co-authored-by: jbouwh <jan@jbsoft.nl >
2024-10-31 16:36:47 +01:00
Paul Bottein and GitHub
b1dfc3cd23
Update frontend to 20241031.0 ( #129583 )
2024-10-31 16:35:36 +01:00
epenet and GitHub
696efe349e
Log type as well as value for unique_id checks ( #129575 )
2024-10-31 15:10:27 +01:00
Jan Bouwhuis and GitHub
6a32722acc
Fix current temperature calculation for incomfort boiler ( #129496 )
2024-10-31 14:57:09 +01:00
Erik Montnemery and GitHub
8eaec56c6b
Stringify discovered hassio uuid ( #129572 )
...
* Stringify discovered hassio uuid
* Correct DiscoveryKey
* Adjust tests
2024-10-31 13:54:27 +01:00
Thomas55555 and GitHub
60d3c9342d
Fix flakey test in Husqvarna Automower ( #129571 )
2024-10-31 13:20:59 +01:00
Marcel van der Veldt and GitHub
4dc2433e8b
Revert "Add musicassistant integration ( #128919 )" ( #129565 )
...
This reverts commit 568bdef61f .
2024-10-31 12:18:10 +01:00
TheJulianJES and GitHub
2bd5039f28
Fix capitalization in Philips Hue strings ( #129552 )
2024-10-31 10:04:51 +01:00
G Johansson and GitHub
8b1b14a704
Missing config_flow in manifest for local_file ( #129529 )
2024-10-31 09:50:32 +01:00
starkillerOG and GitHub
5e674ce1d0
Log Reolink select value KeyError only once ( #129559 )
2024-10-31 09:49:27 +01:00
Brett Adams and GitHub
3656bcf752
Fix "home" route in Tesla Fleet & Teslemetry ( #129546 )
...
* translate Home to home
* refactor for mypy
* Fix home state
* Revert key change
* Add testing
2024-10-31 08:56:03 +01:00
J. Nick Koston and GitHub
39093fc2bc
Bump yarl to 1.17.1 ( #129539 )
...
changelog: https://github.com/aio-libs/yarl/compare/v1.17.0...v1.17.1
2024-10-30 23:56:29 +01:00
Teemu R. and GitHub
efa5838be4
Add last alert timestamp for tplink waterleak ( #128644 )
...
* Add last alert timestamp for tplink waterleak
* Fix snapshot
2024-10-30 23:25:30 +01:00
Erik Montnemery and GitHub
1c6ad2fa66
Allow importing homeassistant.core.Config until 2025.11 ( #129537 )
2024-10-30 22:56:59 +01:00
starkillerOG and GitHub
af144e1b77
Bump reolink_aio to 0.10.2 ( #129528 )
2024-10-30 23:24:07 +02:00
Luca Angemi and GitHub
b451bfed81
Fix bthome UnitOfConductivity ( #129535 )
...
Fix unit
2024-10-30 23:22:17 +02:00
G Johansson and GitHub
3e32c50936
Fix async_config_entry_first_refresh used after config entry is loaded in speedtestdotcom ( #129527 )
...
* Fix async_config_entry_first_refresh used after config entry is loaded in speedtestdotcom
* is
2024-10-30 21:17:03 +01:00
Bram Kragten and GitHub
208b15637a
Bump version to 2024.12 ( #129525 )
2024-10-30 20:59:56 +01:00