Variables | |
| string | CONF_WS_PORT = "ws_port" |
| string | DATA_CONNECTION = "connection" |
| string | DATA_KODI = "kodi" |
| string | DATA_REMOVE_LISTENER = "remove_listener" |
| int | DEFAULT_PORT = 8080 |
| bool | DEFAULT_SSL = False |
| int | DEFAULT_TIMEOUT = 5 |
| int | DEFAULT_WS_PORT = 9090 |
| string | DOMAIN = "kodi" |
| string | EVENT_TURN_OFF = "kodi.turn_off" |
| string | EVENT_TURN_ON = "kodi.turn_on" |
Constants for the Kodi platform.
| string homeassistant.components.kodi.const.CONF_WS_PORT = "ws_port" |
| string homeassistant.components.kodi.const.DATA_CONNECTION = "connection" |
| string homeassistant.components.kodi.const.DATA_KODI = "kodi" |
| string homeassistant.components.kodi.const.DATA_REMOVE_LISTENER = "remove_listener" |
| bool homeassistant.components.kodi.const.DEFAULT_SSL = False |
| int homeassistant.components.kodi.const.DEFAULT_WS_PORT = 9090 |
| string homeassistant.components.kodi.const.EVENT_TURN_OFF = "kodi.turn_off" |