|
| None | __init__ (self, ConfigEntry entry, dict[str, GuardianDataUpdateCoordinator] coordinators, ValveControllerEntityDescription description) |
| |
| None | __init__ (self, GuardianDataUpdateCoordinator coordinator, EntityDescription description) |
| |
| None | __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None) |
| |
| None | async_update (self) |
| |
| bool | available (self) |
| |
Public Member Functions inherited from homeassistant.components.guardian.coordinator.GuardianDataUpdateCoordinator |
| None | __init__ (self, HomeAssistant hass, *ConfigEntry entry, Client client, str api_name, Callable[[], Coroutine[Any, Any, dict[str, Any]]] api_coro, asyncio.Lock api_lock, str valve_controller_uid) |
| |
| None | async_initialize (self) |
| |
| 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_set_updated_data (self, _DataT data) |
| |
| None | async_shutdown (self) |
| |
| None | async_update_listeners (self) |
| |
| timedelta|None | update_interval (self) |
| |
| None | update_interval (self, timedelta|None value) |
| |
Define a Guardian valve controller entity.
Definition at line 60 of file entity.py.