Public Member Functions | |
| None | __init__ (self, HomeAssistant hass, ConfigEntry config_entry, DeconzSession api) |
| None | async_connection_status_callback (self, bool available) |
| bool | async_reset (self) |
| None | async_update_device_registry (self) |
| str | bridgeid (self) |
| None | load_ignored_devices (self) |
| bool | master (self) |
| None | options_updated (self, DeconzConfig previous_config) |
| None | register_platform_add_device_callback (self, Callable[[EventType, str], None] add_device_callback, APIHandler|GroupedAPIHandler deconz_device_interface, bool always_ignore_clip_sensors=False) |
| None | shutdown (self, Event event) |
Static Public Member Functions | |
| None | async_config_entry_updated (HomeAssistant hass, ConfigEntry config_entry) |
| DeconzHub | get_hub (HomeAssistant hass, ConfigEntry config_entry) |
Public Attributes | |
| api | |
| available | |
| config | |
| config_entry | |
| deconz_ids | |
| hass | |
| ignore_state_updates | |
| signal_reachable | |
| None homeassistant.components.deconz.hub.hub.DeconzHub.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| ConfigEntry | config_entry, | ||
| DeconzSession | api | ||
| ) |
|
static |
| None homeassistant.components.deconz.hub.hub.DeconzHub.async_connection_status_callback | ( | self, | |
| bool | available | ||
| ) |
| bool homeassistant.components.deconz.hub.hub.DeconzHub.async_reset | ( | self | ) |
| None homeassistant.components.deconz.hub.hub.DeconzHub.async_update_device_registry | ( | self | ) |
| str homeassistant.components.deconz.hub.hub.DeconzHub.bridgeid | ( | self | ) |
|
static |
| None homeassistant.components.deconz.hub.hub.DeconzHub.load_ignored_devices | ( | self | ) |
| bool homeassistant.components.deconz.hub.hub.DeconzHub.master | ( | self | ) |
| None homeassistant.components.deconz.hub.hub.DeconzHub.options_updated | ( | self, | |
| DeconzConfig | previous_config | ||
| ) |
| None homeassistant.components.deconz.hub.hub.DeconzHub.register_platform_add_device_callback | ( | self, | |
| Callable[[EventType, str], None] | add_device_callback, | ||
| APIHandler | GroupedAPIHandler | deconz_device_interface, | ||
| bool | always_ignore_clip_sensors = False |
||
| ) |
| None homeassistant.components.deconz.hub.hub.DeconzHub.shutdown | ( | self, | |
| Event | event | ||
| ) |
| homeassistant.components.deconz.hub.hub.DeconzHub.config_entry |
| homeassistant.components.deconz.hub.hub.DeconzHub.ignore_state_updates |
| homeassistant.components.deconz.hub.hub.DeconzHub.signal_reachable |