Classes | |
| class | VeraEntity |
Functions | |
| None | __init__ (self, _DeviceTypeT vera_device, ControllerData controller_data) |
| None | _update_callback (self, _DeviceTypeT _device) |
| None | async_added_to_hass (self) |
| def | available (self) |
| dict[str, Any]|None | extra_state_attributes (self) |
| str | name (self) |
| str | unique_id (self) |
| def | update (self) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| _name | |
| _unique_id | |
| controller | |
| vera_device | |
| vera_id | |
Support for Vera devices.
| None homeassistant.components.vera.entity.__init__ | ( | self, | |
| _DeviceTypeT | vera_device, | ||
| ControllerData | controller_data | ||
| ) |
|
private |
| None homeassistant.components.vera.entity.async_added_to_hass | ( | self | ) |
| def homeassistant.components.vera.entity.available | ( | self | ) |
| dict[str, Any] | None homeassistant.components.vera.entity.extra_state_attributes | ( | self | ) |
| str homeassistant.components.vera.entity.name | ( | self | ) |
| str homeassistant.components.vera.entity.unique_id | ( | self | ) |
| def homeassistant.components.vera.entity.update | ( | self | ) |
|
private |