|
| None | __init__ (self, MusicCastDataUpdateCoordinator coordinator, Capability capability, str|None zone_id=None) |
| |
| str | unique_id (self) |
| |
| def | async_added_to_hass (self) |
| |
| def | async_will_remove_from_hass (self) |
| |
| def | device_id (self) |
| |
| DeviceInfo | device_info (self) |
| |
| def | device_name (self) |
| |
| None | __init__ (self, *str name, str icon, MusicCastDataUpdateCoordinator coordinator, bool enabled_default=True) |
| |
| None | __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None) |
| |
| None | async_update (self) |
| |
| bool | available (self) |
| |
| None | __init__ (self, HomeAssistant hass, MusicCastDevice client) |
| |
| 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) |
| |
Base Entity type for all capabilities.
Definition at line 93 of file entity.py.