Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity Class Reference
Inheritance diagram for homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity:
[legend]
Collaboration diagram for homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity:
[legend]

Public Member Functions

None __init__ (self, SqueezeBoxPlayerUpdateCoordinator coordinator)
 
BrowseMedia async_browse_media (self, MediaType|str|None media_content_type=None, str|None media_content_id=None)
 
None async_call_method (self, str command, list[str]|None parameters=None)
 
None async_call_query (self, str command, list[str]|None parameters=None)
 
None async_clear_playlist (self)
 
tuple[bytes|None, str|Noneasync_get_browse_image (self, MediaType|str media_content_type, str media_content_id, str|None media_image_id=None)
 
None async_join_players (self, list[str] group_members)
 
None async_media_next_track (self)
 
None async_media_pause (self)
 
None async_media_play (self)
 
None async_media_play_pause (self)
 
None async_media_previous_track (self)
 
None async_media_seek (self, float position)
 
None async_media_stop (self)
 
None async_mute_volume (self, bool mute)
 
None async_play_media (self, MediaType|str media_type, str media_id, **Any kwargs)
 
None async_set_repeat (self, RepeatMode repeat)
 
None async_set_shuffle (self, bool shuffle)
 
None async_set_volume_level (self, float volume)
 
None async_turn_off (self)
 
None async_turn_on (self)
 
None async_unjoin_player (self)
 
None async_volume_down (self)
 
None async_volume_up (self)
 
None async_will_remove_from_hass (self)
 
bool available (self)
 
dict[str, Any] extra_state_attributes (self)
 
list[strgroup_members (self)
 
bool is_volume_muted (self)
 
str|None media_album_name (self)
 
str|None media_artist (self)
 
str|None media_channel (self)
 
str|None media_content_id (self)
 
MediaType|None media_content_type (self)
 
int media_duration (self)
 
str|None media_image_url (self)
 
int media_position (self)
 
datetime|None media_position_updated_at (self)
 
str|None media_title (self)
 
dict|bool query_result (self)
 
RepeatMode repeat (self)
 
bool shuffle (self)
 
MediaPlayerState|None state (self)
 
float|None volume_level (self)
 
- Public Member Functions inherited from homeassistant.helpers.update_coordinator.CoordinatorEntity
None __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None)
 
None async_update (self)
 
- Public Member Functions inherited from homeassistant.components.squeezebox.coordinator.SqueezeBoxPlayerUpdateCoordinator
None __init__ (self, HomeAssistant hass, Player player, str server_uuid)
 
None rediscovered (self, str unique_id, bool connected)
 
- Public Member Functions inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator
None __init__ (self, HomeAssistant hass, logging.Logger logger, *config_entries.ConfigEntry|None|UndefinedType config_entry=UNDEFINED, str name, timedelta|None update_interval=None, Callable[[], Awaitable[_DataT]]|None update_method=None, Callable[[], Awaitable[None]]|None setup_method=None, Debouncer[Coroutine[Any, Any, None]]|None request_refresh_debouncer=None, bool always_update=True)
 
Callable[[], None] async_add_listener (self, CALLBACK_TYPE update_callback, Any context=None)
 
None async_config_entry_first_refresh (self)
 
Generator[Any] async_contexts (self)
 
None async_refresh (self)
 
None async_register_shutdown (self)
 
None async_request_refresh (self)
 
None async_set_update_error (self, Exception err)
 
None async_set_updated_data (self, _DataT data)
 
None async_shutdown (self)
 
None async_update_listeners (self)
 
timedelta|None update_interval (self)
 
None update_interval (self, timedelta|None value)
 
- Public Member Functions inherited from homeassistant.components.media_player.MediaPlayerEntity
str access_token (self)
 
str|None app_id (self)
 
str|None app_name (self)
 
tuple[bytes|None, str|Noneasync_get_browse_image (self, str media_content_type, str media_content_id, str|None media_image_id=None)
 
tuple[bytes|None, str|Noneasync_get_media_image (self)
 
None async_select_sound_mode (self, str sound_mode)
 
None async_select_source (self, str source)
 
None async_toggle (self)
 
dict[str, Any] capability_attributes (self)
 
None clear_playlist (self)
 
MediaPlayerDeviceClass|None device_class (self)
 
str|None entity_picture (self)
 
str get_browse_image_url (self, str media_content_type, str media_content_id, str|None media_image_id=None)
 
None join_players (self, list[str] group_members)
 
str|None media_album_artist (self)
 
str|None media_episode (self)
 
str|None media_image_hash (self)
 
str|None media_image_local (self)
 
bool media_image_remotely_accessible (self)
 
None media_next_track (self)
 
None media_pause (self)
 
None media_play (self)
 
str|None media_playlist (self)
 
None media_previous_track (self)
 
str|None media_season (self)
 
None media_seek (self, float position)
 
str|None media_series_title (self)
 
None media_stop (self)
 
int|None media_track (self)
 
None mute_volume (self, bool mute)
 
None play_media (self, MediaType|str media_type, str media_id, **Any kwargs)
 
None select_sound_mode (self, str sound_mode)
 
None select_source (self, str source)
 
None set_repeat (self, RepeatMode repeat)
 
None set_shuffle (self, bool shuffle)
 
None set_volume_level (self, float volume)
 
str|None sound_mode (self)
 
list[str]|None sound_mode_list (self)
 
str|None source (self)
 
list[str]|None source_list (self)
 
dict[str, Any] state_attributes (self)
 
bool support_clear_playlist (self)
 
bool support_grouping (self)
 
bool support_next_track (self)
 
bool support_pause (self)
 
bool support_play (self)
 
bool support_play_media (self)
 
bool support_previous_track (self)
 
bool support_seek (self)
 
bool support_select_sound_mode (self)
 
bool support_select_source (self)
 
bool support_shuffle_set (self)
 
bool support_stop (self)
 
bool support_volume_mute (self)
 
bool support_volume_set (self)
 
MediaPlayerEntityFeature supported_features (self)
 
MediaPlayerEntityFeature supported_features_compat (self)
 
None turn_off (self)
 
None turn_on (self)
 
None unjoin_player (self)
 
float volume_step (self)
 
- Public Member Functions inherited from homeassistant.helpers.entity.Entity
None __init_subclass__ (cls, **Any kwargs)
 
str __repr__ (self)
 
None add_to_platform_abort (self)
 
None add_to_platform_finish (self)
 
None add_to_platform_start (self, HomeAssistant hass, EntityPlatform platform, asyncio.Semaphore|None parallel_updates)
 
bool assumed_state (self)
 
None async_added_to_hass (self)
 
None async_device_update (self, bool warning=True)
 
None async_internal_added_to_hass (self)
 
None async_internal_will_remove_from_hass (self)
 
None async_on_remove (self, CALLBACK_TYPE func)
 
None async_registry_entry_updated (self)
 
None async_remove (self, *bool force_remove=False)
 
None async_removed_from_registry (self)
 
None async_schedule_update_ha_state (self, bool force_refresh=False)
 
None async_set_context (self, Context context)
 
None async_update_ha_state (self, bool force_refresh=False)
 
None async_write_ha_state (self)
 
str|None attribution (self)
 
DeviceInfo|None device_info (self)
 
bool enabled (self)
 
EntityCategory|None entity_category (self)
 
bool entity_registry_enabled_default (self)
 
bool entity_registry_visible_default (self)
 
bool force_update (self)
 
HassJobType get_hassjob_type (self, str function_name)
 
er.EntityOptionsType|None get_initial_entity_options (self)
 
bool has_entity_name (self)
 
str|None icon (self)
 
str|UndefinedType|None name (self)
 
None schedule_update_ha_state (self, bool force_refresh=False)
 
bool should_poll (self)
 
str|None suggested_object_id (self)
 
str|None translation_key (self)
 
Mapping[str, strtranslation_placeholders (self)
 
str|None unique_id (self)
 
str|None unit_of_measurement (self)
 
bool use_device_name (self)
 
- Public Member Functions inherited from homeassistant.helpers.entity.CachedProperties
None __init__ (cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs)
 
Any __new__ (mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, set[str]|None cached_properties=None, **Any kwargs)
 

Static Public Attributes

 None
 
- Static Public Attributes inherited from homeassistant.components.media_player.MediaPlayerEntity
 bool
 
 MediaPlayerEntityFeature
 
 None
 
- Static Public Attributes inherited from homeassistant.helpers.entity.Entity
 bool
 
 EntityPlatform
 
 HomeAssistant
 
 None
 
 StateInfo
 
 StateType
 
 str
 

Private Member Functions

None _handle_coordinator_update (self)
 

Private Attributes

 _attr_device_info
 
 _attr_unique_id
 
 _last_update
 
 _player
 
 _previous_media_position
 
 _query_result
 

Static Private Attributes

bool _attr_has_entity_name = True
 
 _attr_name = None
 
tuple _attr_supported_features
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.squeezebox.coordinator.SqueezeBoxPlayerUpdateCoordinator
 available
 
 player
 
 server_uuid
 
- Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator
 always_update
 
 config_entry
 
 data
 
 hass
 
 last_exception
 
 last_update_success
 
 logger
 
 name
 
 setup_method
 
 update_interval
 
 update_method
 
- Public Attributes inherited from homeassistant.components.media_player.MediaPlayerEntity
 state
 
- Public Attributes inherited from homeassistant.helpers.entity.Entity
 device_entry
 
 entity_id
 
 hass
 
 parallel_updates
 
 platform
 
 registry_entry
 

Detailed Description

Representation of the media player features of a SqueezeBox device.

Wraps a pysqueezebox.Player() object.

Definition at line 156 of file media_player.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.__init__ (   self,
SqueezeBoxPlayerUpdateCoordinator  coordinator 
)
Initialize the SqueezeBox device.

Definition at line 187 of file media_player.py.

Member Function Documentation

◆ _handle_coordinator_update()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._handle_coordinator_update (   self)
private
Handle updated data from the coordinator.

Definition at line 219 of file media_player.py.

◆ async_browse_media()

BrowseMedia homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_browse_media (   self,
MediaType | str | None   media_content_type = None,
str | None   media_content_id = None 
)
Implement the websocket media browsing helper.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 565 of file media_player.py.

◆ async_call_method()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_call_method (   self,
str  command,
list[str] | None   parameters = None 
)
Call Squeezebox JSON/RPC method.

Additional parameters are added to the command to form the list of
positional parameters (p0, p1...,  pN) passed to JSON/RPC server.

Definition at line 512 of file media_player.py.

◆ async_call_query()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_call_query (   self,
str  command,
list[str] | None   parameters = None 
)
Call Squeezebox JSON/RPC method where we care about the result.

Additional parameters are added to the command to form the list of
positional parameters (p0, p1...,  pN) passed to JSON/RPC server.

Definition at line 525 of file media_player.py.

◆ async_clear_playlist()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_clear_playlist (   self)
Send the media player the command for clear playlist.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 507 of file media_player.py.

◆ async_get_browse_image()

tuple[bytes | None, str | None] homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_get_browse_image (   self,
MediaType | str  media_content_type,
str  media_content_id,
str | None   media_image_id = None 
)
Get album art from Squeezebox server.

Definition at line 592 of file media_player.py.

◆ async_join_players()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_join_players (   self,
list[str group_members 
)
Add other Squeezebox players to this player's sync group.

If the other player is a member of a sync group, it will leave the current sync group
without asking.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 540 of file media_player.py.

◆ async_media_next_track()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_media_next_track (   self)
Send next track command.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 410 of file media_player.py.

◆ async_media_pause()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_media_pause (   self)
Send pause command to media player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 405 of file media_player.py.

◆ async_media_play()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_media_play (   self)
Send play command to media player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 400 of file media_player.py.

◆ async_media_play_pause()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_media_play_pause (   self)
Send pause command to media player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 395 of file media_player.py.

◆ async_media_previous_track()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_media_previous_track (   self)
Send next track command.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 415 of file media_player.py.

◆ async_media_seek()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_media_seek (   self,
float  position 
)
Send seek command.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 420 of file media_player.py.

◆ async_media_stop()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_media_stop (   self)
Send stop command to media player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 390 of file media_player.py.

◆ async_mute_volume()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_mute_volume (   self,
bool  mute 
)
Mute (true) or unmute (false) media player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 385 of file media_player.py.

◆ async_play_media()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_play_media (   self,
MediaType | str  media_type,
str  media_id,
**Any   kwargs 
)
Send the play_media command to the media player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 430 of file media_player.py.

◆ async_set_repeat()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_set_repeat (   self,
RepeatMode  repeat 
)
Set the repeat mode.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 489 of file media_player.py.

◆ async_set_shuffle()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_set_shuffle (   self,
bool  shuffle 
)
Enable/disable shuffle mode.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 501 of file media_player.py.

◆ async_set_volume_level()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_set_volume_level (   self,
float  volume 
)
Set volume level, range 0..1.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 379 of file media_player.py.

◆ async_turn_off()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_turn_off (   self)
Turn off media player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 364 of file media_player.py.

◆ async_turn_on()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_turn_on (   self)
Turn the media player on.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 425 of file media_player.py.

◆ async_unjoin_player()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_unjoin_player (   self)
Unsync this Squeezebox player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 560 of file media_player.py.

◆ async_volume_down()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_volume_down (   self)
Volume down media player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 374 of file media_player.py.

◆ async_volume_up()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_volume_up (   self)
Volume up media player.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 369 of file media_player.py.

◆ async_will_remove_from_hass()

None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.async_will_remove_from_hass (   self)
Remove from list of known players when removed from hass.

Reimplemented from homeassistant.helpers.entity.Entity.

Definition at line 252 of file media_player.py.

◆ available()

bool homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.available (   self)
Return True if entity is available.

Reimplemented from homeassistant.helpers.update_coordinator.CoordinatorEntity.

Definition at line 227 of file media_player.py.

◆ extra_state_attributes()

dict[str, Any] homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.extra_state_attributes (   self)
Return device-specific attributes.

Reimplemented from homeassistant.helpers.entity.Entity.

Definition at line 232 of file media_player.py.

◆ group_members()

list[str] homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.group_members (   self)
List players we are synced with.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 346 of file media_player.py.

◆ is_volume_muted()

bool homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.is_volume_muted (   self)
Return true if volume is muted.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 267 of file media_player.py.

◆ media_album_name()

str | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_album_name (   self)
Album of current playing media.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 326 of file media_player.py.

◆ media_artist()

str | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_artist (   self)
Artist of current playing media.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 321 of file media_player.py.

◆ media_channel()

str | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_channel (   self)
Channel (e.g. webradio name) of current playing media.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 316 of file media_player.py.

◆ media_content_id()

str | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_content_id (   self)
Content ID of current playing media.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 272 of file media_player.py.

◆ media_content_type()

MediaType | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_content_type (   self)
Content type of current playing media.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 282 of file media_player.py.

◆ media_duration()

int homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_duration (   self)
Duration of current playing media in seconds.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 291 of file media_player.py.

◆ media_image_url()

str | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_image_url (   self)
Image url of current playing media.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 306 of file media_player.py.

◆ media_position()

int homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_position (   self)
Position of current playing media in seconds.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 296 of file media_player.py.

◆ media_position_updated_at()

datetime | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_position_updated_at (   self)
Last time status was updated.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 301 of file media_player.py.

◆ media_title()

str | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.media_title (   self)
Title of current playing media.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 311 of file media_player.py.

◆ query_result()

dict | bool homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.query_result (   self)
Return the result from the call_query service.

Definition at line 360 of file media_player.py.

◆ repeat()

RepeatMode homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.repeat (   self)
Repeat setting.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 331 of file media_player.py.

◆ shuffle()

bool homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.shuffle (   self)
Boolean if shuffle is enabled.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 340 of file media_player.py.

◆ state()

MediaPlayerState | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.state (   self)
Return the state of the device.

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 241 of file media_player.py.

◆ volume_level()

float | None homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.volume_level (   self)
Volume level of the media player (0..1).

Reimplemented from homeassistant.components.media_player.MediaPlayerEntity.

Definition at line 259 of file media_player.py.

Member Data Documentation

◆ _attr_device_info

homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._attr_device_info
private

Definition at line 209 of file media_player.py.

◆ _attr_has_entity_name

bool homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._attr_has_entity_name = True
staticprivate

Definition at line 183 of file media_player.py.

◆ _attr_name

homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._attr_name = None
staticprivate

Definition at line 184 of file media_player.py.

◆ _attr_supported_features

tuple homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._attr_supported_features
staticprivate
Initial value:
= (
MediaPlayerEntityFeature.BROWSE_MEDIA
| MediaPlayerEntityFeature.PAUSE
| MediaPlayerEntityFeature.VOLUME_SET
| MediaPlayerEntityFeature.VOLUME_MUTE
| MediaPlayerEntityFeature.PREVIOUS_TRACK
| MediaPlayerEntityFeature.NEXT_TRACK
| MediaPlayerEntityFeature.SEEK
| MediaPlayerEntityFeature.TURN_ON
| MediaPlayerEntityFeature.TURN_OFF
| MediaPlayerEntityFeature.PLAY_MEDIA
| MediaPlayerEntityFeature.PLAY
| MediaPlayerEntityFeature.REPEAT_SET
| MediaPlayerEntityFeature.SHUFFLE_SET
| MediaPlayerEntityFeature.CLEAR_PLAYLIST
| MediaPlayerEntityFeature.STOP
| MediaPlayerEntityFeature.GROUPING
| MediaPlayerEntityFeature.MEDIA_ENQUEUE
)

Definition at line 164 of file media_player.py.

◆ _attr_unique_id

homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._attr_unique_id
private

Definition at line 198 of file media_player.py.

◆ _last_update

homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._last_update
private

Definition at line 223 of file media_player.py.

◆ _player

homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._player
private

Definition at line 194 of file media_player.py.

◆ _previous_media_position

homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._previous_media_position
private

Definition at line 197 of file media_player.py.

◆ _query_result

homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity._query_result
private

Definition at line 536 of file media_player.py.

◆ None

homeassistant.components.squeezebox.media_player.SqueezeBoxMediaPlayerEntity.None
static

Definition at line 185 of file media_player.py.


The documentation for this class was generated from the following file: