Public Member Functions | |
| None | __init__ (self, HomeAssistant hass, ConfigType conf, str local_ip) |
| None | async_setup (self) |
| str | entity_id_to_number (self, str entity_id) |
| str | get_entity_name (self, State state) |
| list[str] | get_exposed_entity_ids (self) |
| bool | is_state_exposed (self, State state) |
| str|None | number_to_entity_id (self, str number) |
Public Attributes | |
| exposed_domains | |
| hass | |
| numbers | |
| off_maps_to_on_domains | |
| store | |
| track_domains | |
| type | |
Private Member Functions | |
| None | _clear_exposed_cache (self, Event[EventStateChangedData] event) |
| bool | _is_state_exposed (self, State state) |
Private Attributes | |
| _entities_with_hidden_attr_in_config | |
| None homeassistant.components.emulated_hue.config.Config.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| ConfigType | conf, | ||
| str | local_ip | ||
| ) |
|
private |
|
private |
| None homeassistant.components.emulated_hue.config.Config.async_setup | ( | self | ) |
| str homeassistant.components.emulated_hue.config.Config.entity_id_to_number | ( | self, | |
| str | entity_id | ||
| ) |
| str homeassistant.components.emulated_hue.config.Config.get_entity_name | ( | self, | |
| State | state | ||
| ) |
| list[str] homeassistant.components.emulated_hue.config.Config.get_exposed_entity_ids | ( | self | ) |
| bool homeassistant.components.emulated_hue.config.Config.is_state_exposed | ( | self, | |
| State | state | ||
| ) |
| str | None homeassistant.components.emulated_hue.config.Config.number_to_entity_id | ( | self, | |
| str | number | ||
| ) |
|
private |
| homeassistant.components.emulated_hue.config.Config.exposed_domains |
| homeassistant.components.emulated_hue.config.Config.numbers |
| homeassistant.components.emulated_hue.config.Config.off_maps_to_on_domains |
| homeassistant.components.emulated_hue.config.Config.track_domains |