mirror of
https://github.com/home-assistant/core.git
synced 2025-05-05 14:39:16 +00:00

* Update file header * Update file header * Update file header * Update file header * Update file header * Fix lint issues
13 lines
334 B
Python
13 lines
334 B
Python
"""Constants for the emulated_roku component."""
|
|
DOMAIN = 'emulated_roku'
|
|
|
|
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
|