core/homeassistant/components/emulated_roku/const.py

14 lines
335 B
Python
Raw Normal View History

"""Constants for the emulated_roku component."""
2019-07-31 19:25:30 +00:00
DOMAIN = "emulated_roku"
2019-07-31 19:25:30 +00:00
CONF_SERVERS = "servers"
CONF_LISTEN_PORT = "listen_port"
CONF_HOST_IP = "host_ip"
CONF_ADVERTISE_IP = "advertise_ip"
CONF_ADVERTISE_PORT = "advertise_port"
CONF_UPNP_BIND_MULTICAST = "upnp_bind_multicast"
DEFAULT_NAME = "Home Assistant"
DEFAULT_PORT = 8060