Classes | |
| class | DeconzBase |
| class | DeconzDevice |
| class | DeconzSceneMixin |
Functions | |
| None | __init__ (self, _DeviceT device, DeconzHub hub) |
| None | async_added_to_hass (self) |
| None | async_update_callback (self) |
| None | async_update_connection_state (self) |
| None | async_will_remove_from_hass (self) |
| bool | available (self) |
| DeviceInfo|None | device_info (self) |
| str|None | serial (self) |
| str | unique_id (self) |
Variables | |
| _attr_name | |
| bool | _attr_should_poll = False |
| _DeviceType | |
| _update_keys | |
| hub | |
| None | |
| string | TYPE = "" |
Base class for deCONZ devices.
| None homeassistant.components.deconz.entity.__init__ | ( | self, | |
| _DeviceT | device, | ||
| DeconzHub | hub | ||
| ) |
| None homeassistant.components.deconz.entity.async_added_to_hass | ( | self | ) |
| None homeassistant.components.deconz.entity.async_update_callback | ( | self | ) |
| None homeassistant.components.deconz.entity.async_update_connection_state | ( | self | ) |
| None homeassistant.components.deconz.entity.async_will_remove_from_hass | ( | self | ) |
| bool homeassistant.components.deconz.entity.available | ( | self | ) |
| DeviceInfo | None homeassistant.components.deconz.entity.device_info | ( | self | ) |
| str | None homeassistant.components.deconz.entity.serial | ( | self | ) |
| str homeassistant.components.deconz.entity.unique_id | ( | self | ) |
|
private |
|
private |
| homeassistant.components.deconz.entity.None |