homeassistant-stubs 2025.3.0b0__py3-none-any.whl → 2025.3.0b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- homeassistant-stubs/components/music_assistant/media_player.pyi +3 -2
- {homeassistant_stubs-2025.3.0b0.dist-info → homeassistant_stubs-2025.3.0b1.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2025.3.0b0.dist-info → homeassistant_stubs-2025.3.0b1.dist-info}/RECORD +5 -5
- {homeassistant_stubs-2025.3.0b0.dist-info → homeassistant_stubs-2025.3.0b1.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2025.3.0b0.dist-info → homeassistant_stubs-2025.3.0b1.dist-info}/licenses/LICENSE +0 -0
@@ -19,7 +19,7 @@ from music_assistant_models.player import Player as Player
|
|
19
19
|
from music_assistant_models.player_queue import PlayerQueue as PlayerQueue
|
20
20
|
from typing import Any, Concatenate
|
21
21
|
|
22
|
-
|
22
|
+
SUPPORTED_FEATURES_BASE: Incomplete
|
23
23
|
QUEUE_OPTION_MAP: Incomplete
|
24
24
|
SERVICE_PLAY_MEDIA_ADVANCED: str
|
25
25
|
SERVICE_PLAY_ANNOUNCEMENT: str
|
@@ -34,7 +34,6 @@ class MusicAssistantPlayer(MusicAssistantEntity, MediaPlayerEntity):
|
|
34
34
|
_attr_media_image_remotely_accessible: bool
|
35
35
|
_attr_media_content_type: Incomplete
|
36
36
|
_attr_icon: Incomplete
|
37
|
-
_attr_supported_features: Incomplete
|
38
37
|
_attr_device_class: Incomplete
|
39
38
|
_prev_time: float
|
40
39
|
def __init__(self, mass: MusicAssistantClient, player_id: str) -> None: ...
|
@@ -109,3 +108,5 @@ class MusicAssistantPlayer(MusicAssistantEntity, MediaPlayerEntity):
|
|
109
108
|
_attr_source: Incomplete
|
110
109
|
def _update_media_attributes(self, player: Player, queue: PlayerQueue | None) -> None: ...
|
111
110
|
def _convert_queueoption_to_media_player_enqueue(self, queue_option: MediaPlayerEnqueue | QueueOption | None) -> QueueOption | None: ...
|
111
|
+
_attr_supported_features: Incomplete
|
112
|
+
def _set_supported_features(self) -> None: ...
|
{homeassistant_stubs-2025.3.0b0.dist-info → homeassistant_stubs-2025.3.0b1.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2025.3.
|
3
|
+
Version: 2025.3.0b1
|
4
4
|
Summary: PEP 484 typing stubs for Home Assistant Core
|
5
5
|
Project-URL: Homepage, https://github.com/KapJI/homeassistant-stubs
|
6
6
|
Project-URL: Bug Tracker, https://github.com/KapJI/homeassistant-stubs/issues
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Home Automation
|
|
18
18
|
Classifier: Topic :: Software Development
|
19
19
|
Classifier: Typing :: Typed
|
20
20
|
Requires-Python: <3.14,>=3.13
|
21
|
-
Requires-Dist: homeassistant==2025.3.
|
21
|
+
Requires-Dist: homeassistant==2025.3.0b1
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
{homeassistant_stubs-2025.3.0b0.dist-info → homeassistant_stubs-2025.3.0b1.dist-info}/RECORD
RENAMED
@@ -2251,7 +2251,7 @@ homeassistant-stubs/components/music_assistant/config_flow.pyi,sha256=0Ocyn_KzD_
|
|
2251
2251
|
homeassistant-stubs/components/music_assistant/const.pyi,sha256=DDhGimfxc0AolKSwTKxRsnB-AdqoY9mBFQeJ9Rsg4B8,1226
|
2252
2252
|
homeassistant-stubs/components/music_assistant/entity.pyi,sha256=3I5VLQXeCZ4cGaah9LSNUdWQeTQfUDn9mrRUMKDBLJ8,991
|
2253
2253
|
homeassistant-stubs/components/music_assistant/media_browser.pyi,sha256=a3QobuybOTpUlNbQLvto6BjYKumi1BeeNWq6mMaeT1A,1959
|
2254
|
-
homeassistant-stubs/components/music_assistant/media_player.pyi,sha256=
|
2254
|
+
homeassistant-stubs/components/music_assistant/media_player.pyi,sha256=cTIbWlQA6CcwqG6z-vR1_qFLA6eJF8A2jb6KE-rNP4U,7453
|
2255
2255
|
homeassistant-stubs/components/music_assistant/schemas.pyi,sha256=QMwXgjVwipJ9BmdZBxmSYb3cHc853eYWSdmfdKWpirM,1886
|
2256
2256
|
homeassistant-stubs/components/my/__init__.pyi,sha256=hd2hje6JtLWqUf275vSS_yosSyxaeih0E721oaXfDwM,349
|
2257
2257
|
homeassistant-stubs/components/mysensors/__init__.pyi,sha256=Nsl0OWi-Dno3Df6kqeeEyG_lYDF3zRLIj39mN7vzr5Y,1616
|
@@ -4079,7 +4079,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
4079
4079
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
4080
4080
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=9MJS3AZNCemqAEU41KVJox1f16OceP64SNXE1-Z37kU,4117
|
4081
4081
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=EmJiT8WnVUHa5dkbYzXtWzu5mhO1YG5bBnEAIF0XLAU,665
|
4082
|
-
homeassistant_stubs-2025.3.
|
4083
|
-
homeassistant_stubs-2025.3.
|
4084
|
-
homeassistant_stubs-2025.3.
|
4085
|
-
homeassistant_stubs-2025.3.
|
4082
|
+
homeassistant_stubs-2025.3.0b1.dist-info/METADATA,sha256=fK1vDfS0QB8tmGYyNqw9OAs_wMI3P-rwUCEXdkl-lEg,2956
|
4083
|
+
homeassistant_stubs-2025.3.0b1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4084
|
+
homeassistant_stubs-2025.3.0b1.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
4085
|
+
homeassistant_stubs-2025.3.0b1.dist-info/RECORD,,
|
File without changes
|
File without changes
|