Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.emby.media_player.EmbyDevice
 

Namespaces

 homeassistant.components.emby.media_player
 

Functions

None homeassistant.components.emby.media_player.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.emby.media_player._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.emby.media_player.DEFAULT_HOST = "localhost"
 
int homeassistant.components.emby.media_player.DEFAULT_PORT = 8096
 
bool homeassistant.components.emby.media_player.DEFAULT_SSL = False
 
int homeassistant.components.emby.media_player.DEFAULT_SSL_PORT = 8920
 
string homeassistant.components.emby.media_player.MEDIA_TYPE_TRAILER = "trailer"
 
 homeassistant.components.emby.media_player.PLATFORM_SCHEMA
 
tuple homeassistant.components.emby.media_player.SUPPORT_EMBY