Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_ENABLE_WEBSOCKET = "enable_websocket" |
| string | CONF_TCP_PORT = "tcp_port" |
| string | CONF_TURN_OFF_ACTION = "turn_off_action" |
| string | CONF_TURN_ON_ACTION = "turn_on_action" |
| dictionary | DEPRECATED_TURN_OFF_ACTIONS |
| string | EVENT_KODI_CALL_METHOD_RESULT = "kodi_call_method_result" |
| WEBSOCKET_WATCHDOG_INTERVAL = timedelta(seconds=10) | |
Support for interfacing with the XBMC/Kodi JSON-RPC API.
|
private |
Definition at line 74 of file media_player.py.
| string homeassistant.components.kodi.media_player.CONF_ENABLE_WEBSOCKET = "enable_websocket" |
Definition at line 81 of file media_player.py.
| string homeassistant.components.kodi.media_player.CONF_TCP_PORT = "tcp_port" |
Definition at line 78 of file media_player.py.
| string homeassistant.components.kodi.media_player.CONF_TURN_OFF_ACTION = "turn_off_action" |
Definition at line 80 of file media_player.py.
| string homeassistant.components.kodi.media_player.CONF_TURN_ON_ACTION = "turn_on_action" |
Definition at line 79 of file media_player.py.
| dictionary homeassistant.components.kodi.media_player.DEPRECATED_TURN_OFF_ACTIONS |
Definition at line 83 of file media_player.py.
| string homeassistant.components.kodi.media_player.EVENT_KODI_CALL_METHOD_RESULT = "kodi_call_method_result" |
Definition at line 76 of file media_player.py.
| homeassistant.components.kodi.media_player.WEBSOCKET_WATCHDOG_INTERVAL = timedelta(seconds=10) |
Definition at line 92 of file media_player.py.