Classes | |
| class | Config |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_EMULATED_HUE_NAME = "emulated_hue_name" |
| string | CONF_ADVERTISE_IP = "advertise_ip" |
| string | CONF_ADVERTISE_PORT = "advertise_port" |
| string | CONF_ENTITY_HIDDEN = "hidden" |
| string | CONF_ENTITY_NAME = "name" |
| string | CONF_EXPOSE_BY_DEFAULT = "expose_by_default" |
| string | CONF_EXPOSED_DOMAINS = "exposed_domains" |
| string | CONF_HOST_IP = "host_ip" |
| string | CONF_LIGHTS_ALL_DIMMABLE = "lights_all_dimmable" |
| string | CONF_LISTEN_PORT = "listen_port" |
| string | CONF_OFF_MAPS_TO_ON_DOMAINS = "off_maps_to_on_domains" |
| string | CONF_UPNP_BIND_MULTICAST = "upnp_bind_multicast" |
| string | DATA_KEY = "emulated_hue.ids" |
| string | DATA_VERSION = "1" |
| bool | DEFAULT_EXPOSE_BY_DEFAULT = True |
| list | DEFAULT_EXPOSED_DOMAINS |
| bool | DEFAULT_LIGHTS_ALL_DIMMABLE = False |
| int | DEFAULT_LISTEN_PORT = 8300 |
| dictionary | DEFAULT_OFF_MAPS_TO_ON_DOMAINS = {"script", "scene"} |
| string | DEFAULT_TYPE = TYPE_GOOGLE |
| bool | DEFAULT_UPNP_BIND_MULTICAST = True |
| string | NUMBERS_FILE = "emulated_hue_ids.json" |
| int | SAVE_DELAY = 60 |
| dictionary | SUPPORTED_DOMAINS |
| string | TYPE_ALEXA = "alexa" |
| string | TYPE_GOOGLE = "google_home" |
Support for local control of entities by emulating a Philips Hue bridge.
|
private |
| 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" |