Public Member Functions | |
| None | __init__ (self, DataUpdateCoordinator coordinator, ConfigEntry entry, EntityDescription description) |
| None | async_added_to_hass (self) |
| None | update_from_latest_data (self) |
Public Member Functions inherited from homeassistant.helpers.update_coordinator.CoordinatorEntity | |
| None | __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None) |
| None | async_update (self) |
| bool | available (self) |
Public Attributes | |
| entity_description | |
Private Attributes | |
| _attr_extra_state_attributes | |
| _entry | |
| None homeassistant.components.airvisual.entity.AirVisualEntity.__init__ | ( | self, | |
| DataUpdateCoordinator | coordinator, | ||
| ConfigEntry | entry, | ||
| EntityDescription | description | ||
| ) |
| None homeassistant.components.airvisual.entity.AirVisualEntity.async_added_to_hass | ( | self | ) |
| None homeassistant.components.airvisual.entity.AirVisualEntity.update_from_latest_data | ( | self | ) |
Update the entity from the latest data.
Reimplemented in homeassistant.components.airvisual.sensor.AirVisualGeographySensor.
|
private |
|
private |
| homeassistant.components.airvisual.entity.AirVisualEntity.entity_description |