Pete Sage
2c48f9aa4c
FIx Sonos announce regression issue ( #125515 )
...
* initial commit
* initial commit
2024-09-08 17:34:27 +02:00
Paulus Schoutsen
56b4ddc6b4
Add model ID to Sonos ( #125364 )
2024-09-05 16:52:17 -04:00
Pete Sage
b4e20409de
Add Sonos tests and update error handling for unknown media ( #124578 )
...
* initial commit
* simplify tests
2024-09-04 20:03:26 +02:00
Pete Sage
5824d06fd7
Add get_queue action for Sonos ( #124707 )
...
* initial commit
* use constants
* use constants
* update typing
* add queue fixture
* remove blank line
* update docstring
* update icons
* use list comprehension
2024-08-28 16:19:48 +02:00
Pete Sage
8bc9fd23bb
Add Sonos tests for announce and update error handling ( #124539 )
...
* initial commit
* update error message
* use match for error message
2024-08-25 21:25:20 +02:00
Pete Sage
d327ec904c
Add Sonos tests for media_player play Sonos Playlist and improve error handling ( #124126 )
...
* initial commit
* initial commit
* initial commit
* updates
* add json fixture
* use match on pytest.raises
2024-08-20 18:38:04 +02:00
epenet
f66b539027
Add missing hass type hint in component tests (s) ( #124272 )
2024-08-20 12:53:29 +02:00
Joost Lekkerkerker
2577fb804b
Add sonos snapshot test ( #124036 )
2024-08-19 11:00:33 +02:00
Pete Sage
153eef16bb
Add Sonos Test for plex media player enqueue options ( #124120 )
...
initial commit
2024-08-17 16:29:27 +02:00
Pete Sage
7efd8089c8
Add Sonos test for media_player play, pause, stop, previous, next ( #122978 )
...
* initial commit
* update to use constant
* retrigger checks
2024-08-17 13:47:27 +02:00
Joost Lekkerkerker
1614e2c825
Use constants in Sonos media player tests ( #124037 )
2024-08-16 16:58:42 -05:00
Pete Sage
1f214bec93
Add Sonos tests for media_player shuffle and repeat ( #122816 )
...
* initial commit
* initial commit
* update comments
2024-08-16 11:49:00 +02:00
epenet
3e967700fd
Add missing return type in test __init__ method (part 2) ( #123939 )
...
* Add missing return type in test __init__ method (part 2)
* Adjust
* One more
* One more
* More
2024-08-14 17:59:15 +02:00
epenet
24a8060f43
Improve type hints in sonos tests ( #123891 )
2024-08-14 12:48:36 +02:00
Pete Sage
f1084a57df
Fix Sonos media_player control may fail when grouping speakers ( #121853 )
2024-07-31 20:36:59 +02:00
epenet
7bbbda8d2b
Fix implicit-return in sonos tests ( #122780 )
2024-07-29 21:52:15 +02:00
Pete Sage
cfef72ae57
Add Sonos tests for media_player volume ( #122283 )
2024-07-29 12:56:26 +02:00
Pete Sage
d1d2ce1270
Sonos tests snapshot and restore services ( #122198 )
2024-07-20 11:16:48 +02:00
epenet
45ab9cae1a
Improve type hints for silent_ssdp_scanner in tests ( #121309 )
2024-07-05 16:32:10 +02:00
Pete Sage
3cf52a4767
Sonos add tests for media_player.play_media share link ( #120169 )
2024-06-22 19:13:37 +02:00
Pete Sage
88039597e5
Sonos add tests for media_player.play_media library track ( #120119 )
2024-06-22 09:09:38 +02:00
Pete Sage
cbfb587f2d
Sonos add tests for media_player.play_media favorite_item_id ( #120120 )
2024-06-22 09:08:12 +02:00
Pete Sage
ebbb63cd08
Fix Sonos album images with special characters not displaying in media browser UI ( #118249 )
...
* initial commit
* initial commit
* simplify tests
* rename symbol
* original_uri -> original_url
* change symbol name
---------
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
2024-06-19 22:38:49 +01:00
epenet
38a6e666a7
Add missing return type to some test functions ( #119665 )
2024-06-14 08:26:45 +02:00
epenet
7d631c28a6
Ignore attribute-defined-outside-init pylint warnings in tests ( #119470 )
2024-06-12 12:22:31 +02:00
epenet
fbaba3753b
Fix root-import pylint warning in components ( #119294 )
...
* Fix root-import pylint warning in components
* Adjust
* Adjust
2024-06-10 15:14:49 +02:00
epenet
c6e0e93680
Cleanup mock_get_source_ip from tests ( #118459 )
2024-05-30 09:37:01 +02:00
epenet
44f715bd02
Use issue_registry fixture in component tests ( #118041 )
2024-05-24 15:54:20 +02:00
Pete Sage
1ad2e4951d
Fix Sonos album artwork performance ( #116391 )
2024-05-24 10:42:45 +02:00
J. Nick Koston
3ad489d835
Fix flakey sonos test teardown ( #117222 )
...
https://github.com/home-assistant/core/actions/runs/9039805087/job/24843300480?pr=117214
2024-05-10 21:24:49 -04:00
Pete Sage
731fe17224
Fix Sonos select_source timeout error ( #115640 )
2024-05-07 10:08:12 +02:00
J. Nick Koston
ad0aabe9a1
Fix some flapping sonos tests ( #116343 )
2024-04-28 09:21:32 -05:00
J. Nick Koston
bf91ab6e2b
Fix sonos events delaying shutdown ( #116337 )
2024-04-28 08:54:34 -05:00
Erik Montnemery
db8597a742
Reduce scope of JSON/XML test fixtures ( #116197 )
2024-04-25 19:12:36 -05:00
Pete Sage
24a1f0712f
Fix Sonos music library play problems ( #113429 )
2024-04-24 14:03:40 +02:00
Pete Sage
553c147933
Fix sonos switch test failures ( #115052 )
2024-04-06 12:51:21 -10: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
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
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
Pete Sage
f26a7843c6
Fix Sonos play imported playlists ( #113934 )
2024-04-03 00:10:15 +02:00
Robert Resch
67c334f842
Fix ruff issue in sonos ( #114616 )
2024-04-02 10:30:01 +02:00
Pete Sage
31cd41adb8
Display sonos album title with URL encoding ( #113693 )
...
* unescape the title
When extracting the title from the item_id, it needs to be unescaped.
* sort imports
2024-04-02 10:11:45 +02:00
J. Nick Koston
be398e0a3f
Fix flakey sonos test test_creating_entry_sets_up_media_player ( #114539 )
2024-03-31 13:49:24 -10:00
J. Nick Koston
d63adb6350
Improve sonos test synchronization ( #114468 )
2024-03-30 06:34:47 -10:00
J. Nick Koston
9a79320861
Mark executor jobs as background unless created from a tracked task ( #114450 )
...
* Mark executor jobs as background unless created from a tracked task
If the current task is not tracked the executor job should not
be a background task to avoid delaying startup and shutdown.
Currently any executor job created in a untracked task or
background task would end up being tracked and delaying
startup/shutdown
* import exec has the same issue
* Avoid tracking import executor jobs
There is no reason to track these jobs as they are always awaited
and we do not want to support fire and forget import executor jobs
* fix xiaomi_miio
* lots of fire time changed without background await
* revert changes moved to other PR
* more
* more
* more
* m
* m
* p
* fix fire and forget tests
* scrape
* sonos
* system
* more
* capture callback before block
* coverage
* more
* more races
* more races
* more
* missed some
* more fixes
* missed some more
* fix
* remove unneeded
* one more race
* two
2024-03-30 00:16:53 -04:00
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ( #112690 )
...
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-26 00:02:16 +01:00
Sid
82a60fe8ad
Enable Ruff RSE ( #113695 )
2024-03-18 00:40:38 +01:00
Pete Sage
46ce438b6d
Sonos reduce test time ( #111688 )
2024-03-12 21:14:27 +01:00
J. Nick Koston
6ff8d7d2b9
Make sonos ssdp discovery callback a callback function ( #113107 )
2024-03-11 13:50:04 -10:00