J. Nick Koston and GitHub
0bd4064212
Update ollama config_flow task to use eager_start ( #115455 )
...
The test now adds a delay because it finished too fast
2024-04-13 16:54:21 -04:00
J. Nick Koston and GitHub
f452c5b84e
Add forecast subscription failure test case to nws ( #115541 )
2024-04-13 15:48:23 -05:00
J. Nick Koston and GitHub
f1ac33c246
Fix unmocked remote socket calls in sunweg tests ( #115546 )
...
Fix unmocked calls in sunweg tests
2024-04-13 16:36:33 -04:00
J. Nick Koston and GitHub
edd75a9d5f
Fix race in TimestampDataUpdateCoordinator ( #115542 )
...
* Fix race in TimestampDataUpdateCoordinator
The last_update_success_time value was being set after the listeners
were fired which could lead to a loop because the listener may
re-trigger an update because it thinks the data is stale
* coverage
* docstring
2024-04-13 16:35:07 -04:00
J. Nick Koston and GitHub
08e2b655be
Migrate EntityRegistryDisabledHandler to use async_schedule_reload ( #115544 )
...
async_schedule_reload ensures that any setup retries are cancelled
before executing the reload. Its unlikely in this case but its
still possible
2024-04-13 16:30:59 -04:00
J. Nick Koston and GitHub
1a8857aa2e
Migrate homekit ffmpeg task to use eager_start ( #115543 )
2024-04-13 16:29:55 -04:00
J. Nick Koston and GitHub
82d0f478a5
Hold the reload lock while attempting config entry setup retry ( #115538 )
2024-04-13 15:26:41 -05:00
J. Nick Koston and GitHub
b9d4d0e15d
Avoid removing websocket_api subscription in mobile_app teardown ( #115540 )
2024-04-13 15:24:46 -05:00
008c42e282
Bump py-synologydsm-api to 2.4.2 ( #115499 )
...
Co-authored-by: mib1185 <mail@mib85.de >
2024-04-13 14:38:37 -05:00
Marc Mueller and GitHub
64a4d52b3c
Update pillow to 10.3.0 ( #115524 )
2024-04-13 18:26:33 +02:00
Robert Resch and GitHub
68ba4d57d5
Remove unused CI code ( #115300 )
2024-04-13 17:24:02 +02:00
Jan Bouwhuis and GitHub
197070486f
Set up notify group with the notify services in test ( #115526 )
2024-04-13 17:10:16 +02:00
36bdda5669
Migrate demo notify platform ( #115448 )
...
* Migrate demo notify platform
* Update homeassistant/components/demo/notify.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
* Remove no needed tests
* Cleanup redundant attribute assignment
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2024-04-13 14:27:07 +02:00
Joost Lekkerkerker and GitHub
5e8b46c670
Make color extractor single config entry ( #115016 )
...
* Make color extractor single config entry
* Make color extractor single config entry
* Fix
2024-04-13 13:04:39 +02:00
Jan Bouwhuis and GitHub
38c7b99aef
Make legacy notify group tests independent of demo platform ( #115494 )
2024-04-13 12:58:31 +02:00
Marc Mueller and GitHub
27f6a7de43
Revert mypy_config formatting ( #115518 )
2024-04-13 10:48:34 +02:00
Toni Korhonen and GitHub
84a975b61e
Add Balboa spa temperature range state control (high/low) ( #115285 )
...
* Add temperature range switch (high/low) to Balboa spa integration.
* Change Balboa spa integration temperature range control from switch to select
* Balboa spa integration: Fix ruff formatting
* Balboa spa integration: increase test coverage
* Balboa spa integration review fixes: Move instance attributes as class attributes. Fix code comments.
2024-04-13 10:44:02 +02:00
Jan Bouwhuis and GitHub
127c27c9a7
Isolate legacy notify tests ( #115470 )
...
* Isolate legacy notify tests
* Rebase
* Refactor
2024-04-13 10:14:58 +02:00
Sid and GitHub
223fefbbfa
Enable Ruff RUF018 ( #115485 )
2024-04-13 09:56:33 +02:00
Sid and GitHub
1a9ff8c8fa
Ignore Ruff RUF015 ( #115481 )
2024-04-13 09:46:04 +02:00
J. Nick Koston and GitHub
bb9330135d
Fix race in influxdb test ( #115514 )
...
The patch was still too late in #115442
There is no good candidate to patch here since the late operation
is the error log that is being tested.
Patching the logger did not seem like a good idea so I went with
patching to wait for the error to be emitted since emit is the public
API of the log handler and was less likely to change
2024-04-13 09:13:01 +02:00
Jan Bouwhuis and GitHub
76fefaafb0
Move out demo notify tests to the notify platform ( #115504 )
...
* Move test file
* Make independent of demo platform
* Restore tests for demo platform for coverage
2024-04-13 08:18:45 +02:00
J. Nick Koston and GitHub
0d0b77c9e4
Remove eager_start=False from zeroconf ( #115498 )
2024-04-13 00:09:42 -05:00
J. Nick Koston and GitHub
af2c381a0c
Bump zeroconf to 0.132.2 ( #115505 )
2024-04-13 00:05:08 -05:00
J. Nick Koston and GitHub
b9899a441c
Bump zeroconf to 0.132.1 ( #115501 )
2024-04-12 14:13:06 -10:00
Sid and GitHub
d74be6d5fe
Set Ruff RUF001-003 to ignore ( #115477 )
2024-04-13 00:51:36 +02:00
Bram Kragten and GitHub
f16ee2ded9
Update strict connection static page ( #115473 )
2024-04-12 23:35:59 +02:00
6eaf3402c6
Add re-auth-flow to fyta integration ( #114972 )
...
* add re-auth-flow to fyta integration
* add strings for reauth-flow
* resolve typing error
* update based on review comments
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
* add async_auth
* adjustment based on review commet
* Update test_config_flow.py
* remove credentials
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
* Update conftest.py
* Update test_config_flow.py
* Aktualisieren von conftest.py
* Update test_config_flow.py
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
2024-04-12 20:33:24 +02:00
karwosts and GitHub
77d1e2c812
Allow customizing display name for energy device ( #112834 )
...
* Allow customizing display name for energy device
* optional typing and comment
2024-04-12 20:31:51 +02:00
b266224ccd
Add diagnostics to Teslemetry ( #115195 )
...
* Add diag
* Add diag and tests
* Fix redaction
* Add another energy redact
* Review Feedback
* Update snapshot
* Fixed the wrong integration
* Fix snapshot again
* Update tests/components/teslemetry/test_diagnostics.py
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
2024-04-12 20:27:38 +02:00
bea4c52d10
Ignore coverage for aiohttp_resolver backport helper ( #115177 )
...
* Ignore coverage for aiohttp_resolver backport helper
* Adjust generate to sort core items
* Adjust validate to sort core items
* Split line
* Apply suggestion
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com >
* Fix suggestion
---------
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com >
2024-04-12 16:33:05 +02:00
6d22dd073c
Bump ruff to 0.3.7 ( #115451 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
2024-04-12 16:03:23 +02:00
348e1df949
Add strict connection ( #112387 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-04-12 14:47:46 +02:00
Marc Mueller and GitHub
f70ce8abf9
Fix ci Python cache key ( #115467 )
2024-04-12 13:11:24 +02:00
Bram Kragten and GitHub
d59af22b69
Update frontend to 20240404.2 ( #115460 )
2024-04-12 11:50:22 +02:00
Jan Bouwhuis and GitHub
a213de3db5
Add service schema tests for notify entity platform ( #115457 )
...
* Add service schema tests for notify entity platform
* Use correct entity
* Assert on exception value
2024-04-12 10:40:17 +02:00
J. Nick Koston and GitHub
f3a3e6821b
Switch imap push coordinator to use eager_start ( #115454 )
...
When I turned on eager_start here the data would always end up being
None because _async_update_data always returned None. To fix this
it now returns the value from the push loop. It appears this race
would happen in production so this may be a bugfix but since
I do not use this integration it could use a second set of eyes
2024-04-12 09:14:35 +02:00
9bf87329da
Enable Ruff FLY002 rule ( #115112 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com >
2024-04-12 09:04:16 +02:00
35d3f2b29b
Support backup of add-ons with hyphens ( #115274 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-04-12 09:02:22 +02:00
Joost Lekkerkerker and GitHub
adafdb2b2d
Use enum device class in Netatmo health index sensor ( #115409 )
2024-04-12 08:40:27 +02:00
6cc2b1e10a
Use enum device class in Netatmo wind direction ( #115413 )
...
* Use enum device class in Netatmo wind direction
* Use enum device class in Netatmo wind direction
---------
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-04-12 08:39:59 +02:00
J. Nick Koston and GitHub
fb5fc136e8
Avoid falling back to event loop import on ModuleNotFound ( #115404 )
2024-04-11 16:32:47 -10:00
J. Nick Koston and GitHub
28bdbec14e
Bypass ConfigEntry __setattr__ in __init__ ( #115405 )
...
ConfigEntries.async_initialize was trigger asyncio warnings because of the CPU time
to call __setattr__ for every variable for each ConfigEntry being loaded at startup
2024-04-11 22:16:01 -04:00
c7cb0237d1
Fix bug in rainbird switch when turning off a switch that is already off ( #115421 )
...
Fix big in rainbird switch when turning off a switch that is already off
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-04-11 22:14:52 -04:00
Marc Mueller and GitHub
1b24e78dd9
Improve FlowHandler menu_options typing ( #115296 )
2024-04-11 22:14:37 -04:00
Marc Mueller and GitHub
a48f2803b2
Add py.typed file ( #115446 )
2024-04-11 22:14:10 -04:00
J. Nick Koston and GitHub
e3680044fe
Fix flakey influxdb test ( #115442 )
2024-04-11 13:26:03 -10:00
Luke Lashley and GitHub
cfda8f64b4
Bump python-roborock to 2.0.0 ( #115449 )
2024-04-12 01:04:51 +02:00
J. Nick Koston and GitHub
2e8f4743eb
Fix flakey mobile app webhook test ( #115447 )
2024-04-11 12:17:01 -10:00
Sid and GitHub
a093f943d7
Use library classes instead of namedtuple in ipma tests ( #115372 )
2024-04-12 01:03:10 +03:00