Robert Resch
d05ee9ff60
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-11-02 20:42:36 +01:00
Joost Lekkerkerker
3c1f6d97cc
Bump aiowithings to 3.1.1 ( #129586 )
2024-11-02 20:42:33 +01:00
epenet
5fe827f6c4
Fix flaky camera test ( #129576 )
2024-11-02 20:42:31 +01:00
Erik Montnemery
76f9a93ed7
Bump aiohasupervisor to version 0.2.1 ( #129574 )
2024-11-02 20:42:30 +01:00
Joost Lekkerkerker
df2506bfbb
Bump spotifyaio to 0.8.1 ( #129573 )
2024-11-02 20:42:29 +01:00
Joost Lekkerkerker
b25ab04d2c
Fix Geniushub setup ( #129569 )
2024-11-02 20:42:28 +01:00
Steven B.
6f094e8a54
Check for async web offer overrides in camera capabilities ( #129519 )
2024-11-02 20:42:27 +01:00
Erik Montnemery
e18ffc53f2
Revert "Create a script service schema based on fields" ( #129591 )
2024-11-02 20:39:17 +01:00
Marc Mueller
0eea3176d6
Minor stream typing improvements ( #129691 )
2024-11-02 19:29:09 +01:00
Marc Mueller
4f20977a8e
Update mypy-dev to 1.14.0a2 ( #129625 )
2024-11-02 19:15:50 +01:00
Marc Mueller
5bd63bb56b
Replace AVError with FFmpegError ( #129689 )
2024-11-02 19:14:59 +01:00
Marc Mueller
f7103da818
Refactor av.open calls to support type annotations ( #129688 )
2024-11-02 19:03:32 +01:00
Klaas Schoute
bf4922a7ef
Bump autarco lib to v3.1.0 ( #129684 )
...
Bump autarco to v3.1.0
2024-11-02 18:42:56 +01:00
J. Nick Koston
6f7eac5c6d
Bump sensorpush-ble to 1.7.1 ( #129657 )
2024-11-02 12:26:31 -05:00
epenet
d6e73a89f3
Cleanup unnecessary __init__ method in OptionsFlow ( #129651 )
...
* Cleanup unnecessary init step in OptionsFlow
* Increase coverage
2024-11-02 18:15:41 +01:00
Sid
269aefd405
Bump ruff to 0.7.2 ( #129669 )
2024-11-02 11:29:08 +01:00
J. Nick Koston
a6865f1639
Bump aiohomekit to 3.2.6 ( #129640 )
2024-11-01 14:01:33 -05:00
J. Nick Koston
f55aa0b86e
Bump aioesphomeapi to 27.0.1 ( #129643 )
2024-11-01 13:16:15 -05:00
Joost Lekkerkerker
02b34f05aa
Bump spotifyaio to 0.8.2 ( #129639 )
2024-11-01 18:25:26 +01:00
Joost Lekkerkerker
37f42707e5
Fix Geniushub setup ( #129569 )
2024-11-01 17:33:39 +01:00
Robert Resch
17f3ba1434
Bump webrtc-models to 0.2.0 ( #129627 )
2024-11-01 17:24:44 +01:00
Joakim Sørensen
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
4da93f6a5e
Bump spotifyaio to 0.8.1 ( #129573 )
2024-11-01 15:12:15 +01:00
Marc Mueller
5ed7d32749
Remove unnecessary asyncio EventLoopPolicy init_watcher backport ( #129628 )
2024-11-01 13:44:49 +01:00
epenet
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
3b28bf07d1
Add boost switch to Smarty ( #129466 )
2024-11-01 11:08:55 +01:00
epenet
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
5430eca93e
Bump python-bsblan to 1.0.0 ( #129617 )
2024-11-01 10:23:30 +01:00
epenet
b41c477f44
Fix flaky camera test ( #129576 )
2024-11-01 10:15:20 +01:00
Robert Resch
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
c2ceab741f
Remove unnecessary husqvarna_automower_ble test fixture ( #129577 )
2024-11-01 00:00:52 +01:00
J. Nick Koston
45ff4940eb
Pin async-timeout to 4.0.3 ( #129592 )
2024-10-31 16:18:31 -05:00
Robert Resch
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
b09e54c961
Bump aiohasupervisor to version 0.2.1 ( #129574 )
2024-10-31 19:37:31 +01:00
Steven B.
f44b7e202a
Check for async web offer overrides in camera capabilities ( #129519 )
2024-10-31 18:57:40 +01:00
Joost Lekkerkerker
0f535e979f
Bump aiowithings to 3.1.1 ( #129586 )
2024-10-31 18:28:53 +01:00
G Johansson
4c2c01b4f6
Use shorthand attribute for native_value in mold_indicator ( #129538 )
2024-10-31 17:40:14 +01:00
G Johansson
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-10-31 16:38:09 +01:00
Paul Bottein
e9d1f4f46e
Update frontend to 20241031.0 ( #129583 )
2024-10-31 16:36:58 +01:00
epenet
7f287412ba
Log type as well as value for unique_id checks ( #129575 )
2024-10-31 16:36:57 +01:00
Erik Montnemery
2df094de2b
Stringify discovered hassio uuid ( #129572 )
...
* Stringify discovered hassio uuid
* Correct DiscoveryKey
* Adjust tests
2024-10-31 16:36:56 +01:00
starkillerOG
964ab5b351
Log Reolink select value KeyError only once ( #129559 )
2024-10-31 16:36:55 +01:00
Brett Adams
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
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
c49b155c29
Allow importing homeassistant.core.Config until 2025.11 ( #129537 )
2024-10-31 16:36:53 +01:00
Luca Angemi
fc602b1888
Fix bthome UnitOfConductivity ( #129535 )
...
Fix unit
2024-10-31 16:36:52 +01:00
G Johansson
81421992a2
Missing config_flow in manifest for local_file ( #129529 )
2024-10-31 16:36:51 +01:00
starkillerOG
4ef31f9331
Bump reolink_aio to 0.10.2 ( #129528 )
2024-10-31 16:36:50 +01:00
G Johansson
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