Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.emulated_roku.const Namespace Reference

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"
 

Detailed Description

Constants for the emulated_roku component.

Variable Documentation

◆ CONF_ADVERTISE_IP

string homeassistant.components.emulated_roku.const.CONF_ADVERTISE_IP = "advertise_ip"

Definition at line 8 of file const.py.

◆ CONF_ADVERTISE_PORT

string homeassistant.components.emulated_roku.const.CONF_ADVERTISE_PORT = "advertise_port"

Definition at line 9 of file const.py.

◆ CONF_HOST_IP

string homeassistant.components.emulated_roku.const.CONF_HOST_IP = "host_ip"

Definition at line 7 of file const.py.

◆ CONF_LISTEN_PORT

string homeassistant.components.emulated_roku.const.CONF_LISTEN_PORT = "listen_port"

Definition at line 6 of file const.py.

◆ CONF_SERVERS

string homeassistant.components.emulated_roku.const.CONF_SERVERS = "servers"

Definition at line 5 of file const.py.

◆ CONF_UPNP_BIND_MULTICAST

string homeassistant.components.emulated_roku.const.CONF_UPNP_BIND_MULTICAST = "upnp_bind_multicast"

Definition at line 10 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.emulated_roku.const.DEFAULT_NAME = "Home Assistant"

Definition at line 12 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.emulated_roku.const.DEFAULT_PORT = 8060

Definition at line 13 of file const.py.

◆ DOMAIN

string homeassistant.components.emulated_roku.const.DOMAIN = "emulated_roku"

Definition at line 3 of file const.py.