Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.bluesound.media_player.BluesoundPlayer
 

Namespaces

 homeassistant.components.bluesound.media_player
 

Functions

None homeassistant.components.bluesound.media_player._async_import (HomeAssistant hass, ConfigType config)
 
None homeassistant.components.bluesound.media_player.async_setup_entry (HomeAssistant hass, BluesoundConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.bluesound.media_player.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info)
 

Variables

 homeassistant.components.bluesound.media_player._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.bluesound.media_player.DATA_BLUESOUND = DOMAIN
 
int homeassistant.components.bluesound.media_player.DEFAULT_PORT = 11000
 
int homeassistant.components.bluesound.media_player.NODE_OFFLINE_CHECK_TIMEOUT = 180
 
 homeassistant.components.bluesound.media_player.NODE_RETRY_INITIATION = timedelta(minutes=3)
 
 homeassistant.components.bluesound.media_player.PLATFORM_SCHEMA
 
int homeassistant.components.bluesound.media_player.POLL_TIMEOUT = 120
 
 homeassistant.components.bluesound.media_player.SCAN_INTERVAL = timedelta(minutes=15)
 
 homeassistant.components.bluesound.media_player.SYNC_STATUS_INTERVAL = timedelta(minutes=5)