Joost Lekkerkerker
69f8de2c59
Create right import issues in Downloader ( #114922 )
...
* Create right import issues in Downloader
* Create right import issues in Downloader
* Create right import issues in Downloader
* Create right import issues in Downloader
* Fix
* Fix
* Fix
* Fix
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-05 12:32:09 +02:00
Joost Lekkerkerker
772d9f754a
Fix Downloader YAML import ( #114844 )
2024-04-05 11:32:59 +02:00
epenet
24f83c5890
Use is in FlowResultType enum comparison in tests ( #114917 )
...
* Use is in FlowResultType enum comparison in tests
* Adjust auth
* Adjust systemmonitor
* Once more
* Add comment
2024-04-05 10:40:14 +02:00
J. Nick Koston
bfe944f666
Handle ambiguous script actions by using action map order ( #114825 )
2024-04-05 08:42:57 +02:00
Lex Li
1f37774352
Fix type cast in snmp ( #114795 )
2024-04-05 08:41:15 +02:00
J. Nick Koston
5447a1a015
Ensure all tables have the default table args in the db_schema ( #114895 )
2024-04-05 08:22:00 +02:00
J. Nick Koston
d321906342
Always run keyed event trackers immediately ( #114709 )
2024-04-04 15:30:01 -10:00
J. Nick Koston
78920e1d71
Reduce august polling frequency ( #114904 )
...
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
2024-04-04 15:28:36 -10:00
Marc Mueller
3c5089bc3f
Update import for EventStateChangedData [a-h] ( #114899 )
2024-04-04 11:48:36 -10:00
Marc Mueller
0f03079065
Update import for EventStateChangedData [i-z] ( #114900 )
2024-04-04 11:48:29 -10:00
J. Nick Koston
e0e54ab9d3
Migrate more sonos tasks to use eager_start ( #114697 )
2024-04-04 11:43:15 -10:00
Pete Sage
95ef087fa8
Fix Sonos Tests failing intermittently on CI ( #114873 )
2024-04-04 10:34:23 -10:00
Erik Montnemery
7c95ecff20
Validate unique_id in entity registry ( #114648 )
...
Co-authored-by: Shay Levy <levyshay1@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-04-04 09:51:44 -10:00
Michael Hansen
1c2499b03a
Add "conversation" key to translations ( #114887 )
...
* Use translated trigger response
* Use conversation key instead
2024-04-04 14:45:27 -05:00
J. Nick Koston
cceea6dac2
Refactor ConfigStore to avoid needing to pass config_dir ( #114827 )
...
Co-authored-by: Erik <erik@montnemery.com>
2024-04-04 09:30:10 -10:00
J. Nick Koston
342e47dcc8
Ensure async_test_home_assistant is passed a str in storage tests ( #114813 )
2024-04-04 12:05:16 +02:00
Marc Mueller
816ce116bf
Remove unnecessary functools.cached_property backport ( #114239 )
2024-04-04 11:24:26 +02:00
J. Nick Koston
aedfd6c983
Add index for floor/label to the area registry ( #114777 )
2024-04-03 21:04:26 -10:00
J. Nick Koston
0c3ccabfb1
Speed up logger setup ( #114610 )
...
* Speed up logger setup
Preload core.logger and avoid saving it
until after startup
* add comment about 180s
* Adjust grammar
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-04 08:35:44 +02:00
J. Nick Koston
7a2e529bb7
Avoid executor job to start http if server_host is unspecified ( #114609 )
...
* Avoid executor job to start http if server_host is unspecified
Same as #112522 for http
* adjust test
* CONF_SERVER_HOST is always set now
2024-04-04 07:51:18 +02:00
J. Nick Koston
3f76d1f056
Add index for area/config_entry/label to the device registry ( #114776 )
...
* Add index for area/config_entry/label to the device registry
* use it for services
* naming
* naming
* tweak
2024-04-03 22:52:17 -04:00
J. Nick Koston
e86fec310b
Improve performance of extracting entities by label ( #114720 )
2024-04-03 10:24:44 -10:00
Chris Bräucker
51a3e79048
Add wake on LAN via Fritz!Box for tracked devices ( #106778 )
2024-04-03 18:37:20 +02:00
Robert Resch
7adced6876
Allow passing area/device/entity IDs to floor_id and floor_name ( #114748 )
2024-04-03 16:33:58 +02:00
Lenn
e870d420a6
Rename Motionblinds BLE integration to Motionblinds Bluetooth ( #114584 )
2024-04-03 12:11:46 +02:00
Robert Resch
74d8c6cce4
Fix synology_dsm test side effects ( #114722 )
2024-04-03 11:11:56 +02:00
Joost Lekkerkerker
f3ba713289
Use FlowResultType enum in config flow tests N-Z ( #114682 )
...
Use FlowResultType enum in config flow tests
2024-04-03 09:53:20 +02:00
Joost Lekkerkerker
b9281327c4
Use FlowResultType enum in config flow tests A-M ( #114681 )
2024-04-03 09:21:17 +02:00
Erik Montnemery
d058615961
Add service homeworks.send_command ( #114059 )
...
* Add service homeworks.send_command
* Translate exception
2024-04-03 09:10:10 +02:00
Pete Sage
f26a7843c6
Fix Sonos play imported playlists ( #113934 )
2024-04-03 00:10:15 +02:00
Joost Lekkerkerker
9b41e3d124
Use is in enum comparison in config flow tests A-E ( #114669 )
2024-04-02 11:22:05 -10:00
Joost Lekkerkerker
ee66f6ec8c
Use is in enum comparison in config flow tests P-T ( #114675 )
2024-04-02 11:21:50 -10:00
Joost Lekkerkerker
5d500cb74b
Use is in enum comparison in config flow tests K-O ( #114672 )
2024-04-02 11:21:42 -10:00
Dos Moonen
3875533f95
Bump solax to 3.1.0 ( #114617 )
...
0.3.2 was succeeded by 0.3.4.
0.3.3 was yanked
0.3.4 was succeeded by 3.0.5.
3.0.5 is succeeded by 3.1.0.
2024-04-02 23:16:39 +02:00
Joost Lekkerkerker
2ef0521d3d
Use is in enum comparison in config flow tests U-Z ( #114677 )
...
* Use right enum expression U-Z
* Fix
2024-04-02 23:09:56 +02:00
Jan Bouwhuis
83b56ab005
Add IMAP seen, move and delete service ( #114501 )
...
* Add seen, move and delete IMAP services
* Add entry_id to the imap_content event data
* Use config validation library
* Add tests
* Add logging
* Typo in docstr
* Add guard
2024-04-02 23:05:05 +02:00
Joost Lekkerkerker
906d3198e3
Use is in enum comparison in config flow tests F-J ( #114670 )
...
* Use right enum expression F-J
* Fix
2024-04-02 23:01:37 +02:00
Phil Bruckner
ea2bb24484
Remove old device tracker device cleanup code & test ( #114668 )
2024-04-02 15:23:59 -05:00
Joost Lekkerkerker
2175cd6039
Add tests for Roomba Options flow ( #114666 )
...
* Add tests for Roomba Options flow
* Fix
2024-04-02 21:49:53 +02:00
Aidan Timson
17f0002549
Azure DevOps integration tests ( #114577 )
...
* Add tests to azure devops
* Remove Azure DevOps files from coverage
* Add assertion for entity registration in test_sensors()
* Remove unnecessary code in test_sensor.py
* Refactor test_sensors function
* Fix
* Test unique id
* Refactor
* Refactor reauth_flow test in azure_devops module
* Suggested changes, batched
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Changes
* Use snapshot
* Remove redundant entry fetch
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-04-02 21:23:55 +02:00
Robert Resch
f85511255c
Fix Rpi_power test race condition ( #114662 )
2024-04-02 21:19:43 +03:00
jayme-github
850dac0655
Don't overwrite target temperature by setting hvac mode in AVM Fritz!SmartHome ( #112119 )
2024-04-02 20:14:02 +02:00
atlflyer
ef7836be73
Add icon to command_line cover config ( #114645 )
...
* Add icon to command_line cover config
* Remove unwanted #noqa tag
* Remove redundancy from new test name
* Apply requested changes
2024-04-02 20:59:57 +03:00
Robert Resch
17625dc74d
Fix Google translate TTS test race condition ( #114656 )
2024-04-02 18:52:41 +02:00
Paulus Schoutsen
52bd3efad9
Clean up unnecessary setup calls in tests ( #114644 )
2024-04-02 17:30:41 +02:00
Joost Lekkerkerker
0b7d9d6c44
Remove YAML configuration from Withings ( #114626 )
...
* Remove YAML configuration from Withings
* Remove YAML configuration from Withings
* Remove YAML configuration from Withings
2024-04-02 13:36:44 +02:00
Brett Adams
f36c37a3b7
Fix battery heater in Tessie ( #114568 )
2024-04-02 12:23:08 +02:00
Jan Bouwhuis
acf2f855fe
Raise ServiceValidationError on number out of range exception ( #114589 )
2024-04-02 12:22:00 +02:00
Joakim Sørensen
a1ae4ec23d
Add sensor entities to Traccar Server ( #111374 )
2024-04-02 12:11:28 +02:00
Joost Lekkerkerker
21c7cc3250
Bump roombapy to 1.8.1 ( #114478 )
...
* Bump roombapy to 1.7.0
* Bump
* Bump
* Fix
2024-04-02 11:15:52 +02:00