Home Assistant Unofficial Reference 2024.12.1
config.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.emulated_hue.config.Config
 

Namespaces

 homeassistant.components.emulated_hue.config
 

Variables

 homeassistant.components.emulated_hue.config._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.emulated_hue.config.ATTR_EMULATED_HUE_NAME = "emulated_hue_name"
 
string homeassistant.components.emulated_hue.config.CONF_ADVERTISE_IP = "advertise_ip"
 
string homeassistant.components.emulated_hue.config.CONF_ADVERTISE_PORT = "advertise_port"
 
string homeassistant.components.emulated_hue.config.CONF_ENTITY_HIDDEN = "hidden"
 
string homeassistant.components.emulated_hue.config.CONF_ENTITY_NAME = "name"
 
string homeassistant.components.emulated_hue.config.CONF_EXPOSE_BY_DEFAULT = "expose_by_default"
 
string homeassistant.components.emulated_hue.config.CONF_EXPOSED_DOMAINS = "exposed_domains"
 
string homeassistant.components.emulated_hue.config.CONF_HOST_IP = "host_ip"
 
string homeassistant.components.emulated_hue.config.CONF_LIGHTS_ALL_DIMMABLE = "lights_all_dimmable"
 
string homeassistant.components.emulated_hue.config.CONF_LISTEN_PORT = "listen_port"
 
string homeassistant.components.emulated_hue.config.CONF_OFF_MAPS_TO_ON_DOMAINS = "off_maps_to_on_domains"
 
string homeassistant.components.emulated_hue.config.CONF_UPNP_BIND_MULTICAST = "upnp_bind_multicast"
 
string homeassistant.components.emulated_hue.config.DATA_KEY = "emulated_hue.ids"
 
string homeassistant.components.emulated_hue.config.DATA_VERSION = "1"
 
bool homeassistant.components.emulated_hue.config.DEFAULT_EXPOSE_BY_DEFAULT = True
 
list homeassistant.components.emulated_hue.config.DEFAULT_EXPOSED_DOMAINS
 
bool homeassistant.components.emulated_hue.config.DEFAULT_LIGHTS_ALL_DIMMABLE = False
 
int homeassistant.components.emulated_hue.config.DEFAULT_LISTEN_PORT = 8300
 
dictionary homeassistant.components.emulated_hue.config.DEFAULT_OFF_MAPS_TO_ON_DOMAINS = {"script", "scene"}
 
string homeassistant.components.emulated_hue.config.DEFAULT_TYPE = TYPE_GOOGLE
 
bool homeassistant.components.emulated_hue.config.DEFAULT_UPNP_BIND_MULTICAST = True
 
string homeassistant.components.emulated_hue.config.NUMBERS_FILE = "emulated_hue_ids.json"
 
int homeassistant.components.emulated_hue.config.SAVE_DELAY = 60
 
dictionary homeassistant.components.emulated_hue.config.SUPPORTED_DOMAINS
 
string homeassistant.components.emulated_hue.config.TYPE_ALEXA = "alexa"
 
string homeassistant.components.emulated_hue.config.TYPE_GOOGLE = "google_home"