Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.emulated_roku.const
 

Variables

string homeassistant.components.emulated_roku.const.CONF_ADVERTISE_IP = "advertise_ip"
 
string homeassistant.components.emulated_roku.const.CONF_ADVERTISE_PORT = "advertise_port"
 
string homeassistant.components.emulated_roku.const.CONF_HOST_IP = "host_ip"
 
string homeassistant.components.emulated_roku.const.CONF_LISTEN_PORT = "listen_port"
 
string homeassistant.components.emulated_roku.const.CONF_SERVERS = "servers"
 
string homeassistant.components.emulated_roku.const.CONF_UPNP_BIND_MULTICAST = "upnp_bind_multicast"
 
string homeassistant.components.emulated_roku.const.DEFAULT_NAME = "Home Assistant"
 
int homeassistant.components.emulated_roku.const.DEFAULT_PORT = 8060
 
string homeassistant.components.emulated_roku.const.DOMAIN = "emulated_roku"