Commit graph

74868 commits

Author SHA1 Message Date
J. Nick Koston
9be5f3531f
Run websocket shutdown listener with run_immediately () 2024-03-18 11:59:44 -10:00
Franck Nijhof
167e66d45c
Add labels to service target () 2024-03-18 22:32:23 +01:00
Franck Nijhof
541d4b78ac
Add WebSocket support for handling labels on areas registry () 2024-03-18 22:17:13 +01:00
Robert Svensson
506240be10
Streamline naming in deCONZ integration () 2024-03-18 22:08:06 +01:00
Franck Nijhof
e20cc4f8b9
Add WebSocket support for assigning labels to entities () 2024-03-18 22:03:37 +01:00
Franck Nijhof
51b8ffc69d
Add WebSocket support for handling labels on device registry () 2024-03-18 21:19:27 +01:00
Jan-Philipp Benecke
f73f93913f
Remove deprecated hass.components from netatmo webhook tests () 2024-03-18 19:31:13 +01:00
Robert Svensson
cb348ddbdb
Axis use entity description light platform ()
* Axis use entity description in light platform

* Clean up some old code

* Update homeassistant/components/axis/light.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-03-18 19:26:29 +01:00
Gido
1ed8232b02
Add config flow to Rova ()
* Add Config Flow for Rova component

* Add tests for Rova config flow

* Fix data type

* Add rova to requirements for tests

* Removed seperate function for area check and global variable

* Add unique name and id to rova entities

* Add support for multiple rova entries

* Fix correct error after connection timeout or http error

* Revert SENSOR_TYPES update

* Add existing rova configuration from yaml as new entity

* Add tests for import configuration.yaml flow

* Cleanup code

* Update valid rova area check in config flow

* Changed abort keys and messages

* Updated using self.add_suggested_values_to_schema

* Update to pass tests

* Added missing strings

* Update sensor unique_ids

* Fix service name formatting

* Update tests for Rova entry

* Update tests to recover after error

* Update test name

* Apply suggestions from code review

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-03-18 18:00:54 +01:00
Max Holland
815d120645
Add support for Tuya dimmer module () 2024-03-18 16:59:49 +01:00
Joost Lekkerkerker
aba5dcb63e
Patch Discovery timeout in govee light local () 2024-03-18 16:49:39 +01:00
Josef Zweck
eaf86ee1ea
Log cannot connect exception in Tedee config flow ()
log exception
2024-03-18 16:45:49 +01:00
Aidan Timson
8918eb6922
Add camera in use and pending reboot binary sensors to System Bridge ()
* Add binary sensors

* Fix

* Fix

* Fix translations

* Add icons

* Fix attr

* Update string

* fix name

* Remove unnessasary check

* Remove unrelated changes

* Remove unrelated strings

* Apply suggestions from code review

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update camera_in_use function and value_fn for binary sensors

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-03-18 16:21:52 +01:00
Xitee
7065625d28
Add additional buttons to OctoPrint ()
* Add 3 new buttons

- System shutdown button
- System reboot button
- Octoprint restart button

* Enable buttons by default

* Add tests

* Fix tests

* Remove accidentally committed unused code

* Add RESTART device class to RestartOctoprint and RebootSystem buttons

* Apply suggestions to octoprint test_button

* Freeze time for OctoPrint button tests

* Make new button base class to prevent implementing the availability check multiple times
2024-03-18 16:20:22 +01:00
Jack Boswell
34b0ff40f3
Allow configuring Starlink sleep schedule ()
* Expose sleep config getters and setters

* Add a switch for toggling sleep schedule

* Add Time platform

* Add frozen to dataclasses

* Update tests

* Add starlink time to coveragerc

* No more mixin

* Update time.py

* Update time.py

* Run data collectors asynchronously

* Fix timezone handling
2024-03-18 16:18:32 +01:00
Erwin Douna
e882d47cde
Add Downloader config flow, including tests ()
* Adding base line, including tests

* Adding validatge input and expanding tests

* Updating manifest

* Minor patch

* Revert minor patch, wrong nesting

* Adding proper translations

* Including abort message

* Update homeassistant/components/downloader/config_flow.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Rename exception class

* Refactor import

* Update strings

* Apply suggestions from code review

* Update homeassistant/components/downloader/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/downloader/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/downloader/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/downloader/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/downloader/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/downloader/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/downloader/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Reverting back filename and fix typing

* Reverting back mutex/lock

* Upgrade version

* Adding typing

* Removing coroutine

* Removing unload entry (for now)

* Removing comment

* Change type

* Putting download back in setup_entry

* Revert back code

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-03-18 16:16:24 +01:00
Chris Caron
7dc64a03ef
Bump apprise to 1.7.4 ()
Co-authored-by: jan iversen <jancasacondor@gmail.com>
2024-03-18 15:34:08 +01:00
J. Nick Koston
40ce2011be
Run dhcp listeners with run_immediately ()
Neither of these need a call_soon
2024-03-18 10:16:20 -04:00
Jan Bouwhuis
3dc8df2403
Get ServiceValidationError message from translation cache only ()
* Get ServiceValidationError message from translation cache only

* Remove message for NotValidPresetModeError
2024-03-18 14:42:21 +01:00
Jan Bouwhuis
ec7aecef84
Get HomeAssistantError message from translation cache only ()
Get HomeAssistant error message from translation cache only
2024-03-18 14:39:41 +01:00
Sid
727581eea3
Add first batch of Ruff PT rules ()
* Add first batch of Ruff PT rules

* fix weather test

* Fix pilight test

* Update test_intent.py

* Update pilight test_init.py

* Update test_init.py
2024-03-18 13:26:14 +01:00
J. Nick Koston
8f33bad4ef
Move legacy tts setup to use tracked tasks ()
* Move legacy tts setup to a tracked task

* comment

* fix test

* fix test

* fix more tests

* tweak
2024-03-18 13:11:22 +01:00
J. Nick Koston
719d373bd7
Move legacy stt setup to use tracked tasks ()
* Move legacy stt setup to use tracked tasks

* comment
2024-03-18 13:10:12 +01:00
J. Nick Koston
10f2d8b4b1
Move legacy notify setup to use tracked tasks ()
* Move legacy notify setup to a tracked task

* fix test

* fix test

* comment
2024-03-18 13:09:21 +01:00
J. Nick Koston
264e023ab4
Run august stop listener with run_immediately ()
There is no need for a call_soon here
2024-03-18 14:07:00 +02:00
J. Nick Koston
8a144d16f5
Move legacy device_tracker setup to a tracked task ()
* Move legacy device_tracker setup to a tracked task

Legacy platforms are now loaded in a tracked task which
allows anything waiting on device_tracker (such as
a config entry that uses the device_tracker
platform) to proceed.

This also allows us to remove the workaround
of adding device_tracker to
hass.config.components in its setup

* tweak

* tweak

* fix tests
2024-03-18 10:39:59 +01:00
epenet
3844ade572
Fix unknown values in onewire ()
* Fix unknown values in onewire

* Update tests
2024-03-18 10:12:46 +01:00
dependabot[bot]
20897e0a3a
Bump dawidd6/action-download-artifact from 3.1.2 to 3.1.3 () 2024-03-18 08:28:10 +01:00
Ernst Klamer
e23ce42d3a
Bump xiaomi-ble to 0.27.1 () 2024-03-17 19:40:03 -10:00
J. Nick Koston
fcdb7039f9
Migrate isy994 listeners to use run_immediately () 2024-03-17 17:38:48 -10:00
J. Nick Koston
9a6804b5d7
Adjust config flow pre-import comment in group () 2024-03-17 14:28:29 -10:00
Johnny Willemsen
0d279ccd13
Improve scaffold test_config_flow ()
Update test_config_flow.py

Use DOMAIN constant
2024-03-18 00:47:11 +01:00
Sid
82a60fe8ad
Enable Ruff RSE () 2024-03-18 00:40:38 +01:00
Jan Bouwhuis
685553d17d
Cache late imported async_get_exception_message for HomeAssistantError ()
* Cache late imported async_get_exception_message for HomeAssistantError

* Use a dict to store the function cache

* Update homeassistant/exceptions.py

Co-authored-by: J. Nick Koston <nick@koston.org>

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-17 21:23:46 +01:00
Maciej Bieniek
d8f74571a1
Add removal condition to Shelly battery sensor ()
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-03-17 21:21:42 +01:00
J. Nick Koston
4d75940cd2
Start and stop template cache watcher to run_immediately () 2024-03-17 08:16:26 -10:00
J. Nick Koston
68320b1278
Migrate registry for labels and categories to run_immediately () 2024-03-17 08:16:11 -10:00
J. Nick Koston
93497dde8b
Run registry cleanup listeners immediately () 2024-03-17 08:15:55 -10:00
J. Nick Koston
091199d24a
Run entity registry write_unavailable_states immediately at start () 2024-03-17 08:15:41 -10:00
J. Nick Koston
dbbd6fff01
Move ESPHome disconnects to the close event () 2024-03-17 08:15:28 -10:00
J. Nick Koston
412fd3dc05
Add run_immediately to usb start/stop listeners () 2024-03-17 08:15:14 -10:00
Jan-Philipp Benecke
324c922c0d
Remove deprecated hass.components from withings webhook tests ()
* Remove deprecated `hass.components` from withings webhook tests

* Use patch.object
2024-03-17 17:48:58 +01:00
Jan-Philipp Benecke
681705394d
Remove deprecated hass.components from network helper function ()
* Remove deprecated `hass.components` from network helper function

* Remove deprecated use of `hass.components` in alexa camera tests
2024-03-17 17:42:48 +01:00
J. Nick Koston
d9bc09e93a
Migrate stream listeners to use run_immediately and eager tasks ()
None of these need to a call_soon and can shutdown a bit faster
2024-03-17 09:42:25 -07:00
Jan-Philipp Benecke
25c4ab070b
Use mock_platform for event entity component tests instead of hass.components () 2024-03-17 17:32:16 +01:00
MarkGodwin
75a489deb9
Add WAN port connection control to TP-Link Omada gateways ()
* Add gateway connection switches

* Add unit tests

* tplink_omada code review feedback

* Rebase and move icons and strings into json
2024-03-17 16:06:57 +01:00
Sid
295b4203a1
Re-ignore Ruff rule PLC1901 ()
Re-ignore PLC1901
2024-03-17 16:04:40 +01:00
Jan Bouwhuis
81ab29a38e
Freeze time on zwave_js update test ()
Freeze time on jwave_js update test
2024-03-17 16:02:45 +01:00
Sid
929bcb92e2
Add Ruff LOG rules ()
* Add Ruff LOG rules

* Address review comment

* Update const.py
2024-03-17 15:59:49 +01:00
Jan-Philipp Benecke
b8e1862746
Remove deprecated hass.components from image_processing platform ()
* Remove deprecated `hass.components` from image_processing platform

* Add test and change log

* D'oh.. use updated error text
2024-03-17 15:59:29 +01:00