Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.kodi.const
 

Variables

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"
 
int homeassistant.components.kodi.const.DEFAULT_PORT = 8080
 
bool homeassistant.components.kodi.const.DEFAULT_SSL = False
 
int homeassistant.components.kodi.const.DEFAULT_TIMEOUT = 5
 
int homeassistant.components.kodi.const.DEFAULT_WS_PORT = 9090
 
string homeassistant.components.kodi.const.DOMAIN = "kodi"
 
string homeassistant.components.kodi.const.EVENT_TURN_OFF = "kodi.turn_off"
 
string homeassistant.components.kodi.const.EVENT_TURN_ON = "kodi.turn_on"