Public Member Functions | |
| None | __init__ (self, LookinDataUpdateCoordinator[Remote] coordinator, str uuid, Remote device, LookinData lookin_data) |
| None | async_added_to_hass (self) |
Public Member Functions inherited from homeassistant.components.lookin.entity.LookinPowerEntity | |
| None | __init__ (self, LookinDataUpdateCoordinator[Remote] coordinator, str uuid, Remote|Climate device, LookinData lookin_data) |
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 Member Functions inherited from homeassistant.components.lookin.coordinator.LookinDataUpdateCoordinator | |
| None | __init__ (self, HomeAssistant hass, LookinPushCoordinator push_coordinator, str name, timedelta|None update_interval=None, Callable[[], Awaitable[_DataT]]|None update_method=None) |
| None | async_set_updated_data (self, _DataT data) |
Public Member Functions inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| None | __init__ (self, HomeAssistant hass, logging.Logger logger, *config_entries.ConfigEntry|None|UndefinedType config_entry=UNDEFINED, str name, timedelta|None update_interval=None, Callable[[], Awaitable[_DataT]]|None update_method=None, Callable[[], Awaitable[None]]|None setup_method=None, Debouncer[Coroutine[Any, Any, None]]|None request_refresh_debouncer=None, bool always_update=True) |
| Callable[[], None] | async_add_listener (self, CALLBACK_TYPE update_callback, Any context=None) |
| None | async_config_entry_first_refresh (self) |
| Generator[Any] | async_contexts (self) |
| None | async_refresh (self) |
| None | async_register_shutdown (self) |
| None | async_request_refresh (self) |
| None | async_set_update_error (self, Exception err) |
| None | async_shutdown (self) |
| None | async_update_listeners (self) |
| timedelta|None | update_interval (self) |
| None | update_interval (self, timedelta|None value) |
Private Member Functions | |
| None | _async_push_update (self, UDPEvent event) |
| None | _async_push_update_device (self, UDPEvent event) |
| Remote | _remote (self) |
| None | _update_from_status (self, str status) |
Private Attributes | |
| _attr_name | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.lookin.coordinator.LookinDataUpdateCoordinator | |
| push_coordinator | |
Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| always_update | |
| config_entry | |
| data | |
| hass | |
| last_exception | |
| last_update_success | |
| logger | |
| name | |
| setup_method | |
| update_interval | |
| update_method | |
A Lookin entity that has a power on and power off command with push updates.
| None homeassistant.components.lookin.entity.LookinPowerPushRemoteEntity.__init__ | ( | self, | |
| LookinDataUpdateCoordinator[Remote] | coordinator, | ||
| str | uuid, | ||
| Remote | device, | ||
| LookinData | lookin_data | ||
| ) |
|
private |
|
private |
|
private |
|
private |
Update properties from status.
Reimplemented in homeassistant.components.lookin.media_player.LookinMedia, and homeassistant.components.lookin.light.LookinLightEntity.
| None homeassistant.components.lookin.entity.LookinPowerPushRemoteEntity.async_added_to_hass | ( | self | ) |
Call when the entity is added to hass.
Reimplemented in homeassistant.components.lookin.media_player.LookinMedia.
|
private |