Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the emulated_roku component."""
2 
3 DOMAIN = "emulated_roku"
4 
5 CONF_SERVERS = "servers"
6 CONF_LISTEN_PORT = "listen_port"
7 CONF_HOST_IP = "host_ip"
8 CONF_ADVERTISE_IP = "advertise_ip"
9 CONF_ADVERTISE_PORT = "advertise_port"
10 CONF_UPNP_BIND_MULTICAST = "upnp_bind_multicast"
11 
12 DEFAULT_NAME = "Home Assistant"
13 DEFAULT_PORT = 8060