Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.kodi.media_player
 

Variables

 homeassistant.components.kodi.media_player._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.kodi.media_player.CONF_ENABLE_WEBSOCKET = "enable_websocket"
 
string homeassistant.components.kodi.media_player.CONF_TCP_PORT = "tcp_port"
 
string homeassistant.components.kodi.media_player.CONF_TURN_OFF_ACTION = "turn_off_action"
 
string homeassistant.components.kodi.media_player.CONF_TURN_ON_ACTION = "turn_on_action"
 
dictionary homeassistant.components.kodi.media_player.DEPRECATED_TURN_OFF_ACTIONS
 
string homeassistant.components.kodi.media_player.EVENT_KODI_CALL_METHOD_RESULT = "kodi_call_method_result"
 
 homeassistant.components.kodi.media_player.WEBSOCKET_WATCHDOG_INTERVAL = timedelta(seconds=10)