Variables | |
| string | CONF_ADVERTISE_IP = "advertise_ip" |
| string | CONF_ADVERTISE_PORT = "advertise_port" |
| string | CONF_HOST_IP = "host_ip" |
| string | CONF_LISTEN_PORT = "listen_port" |
| string | CONF_SERVERS = "servers" |
| string | CONF_UPNP_BIND_MULTICAST = "upnp_bind_multicast" |
| string | DEFAULT_NAME = "Home Assistant" |
| int | DEFAULT_PORT = 8060 |
| string | DOMAIN = "emulated_roku" |
Constants for the emulated_roku component.
| 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 |