Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry entry) |
The lastfm component.
| bool homeassistant.components.lastfm.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up lastfm from a config entry.
Definition at line 12 of file __init__.py.
| bool homeassistant.components.lastfm.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload lastfm config entry.
Definition at line 25 of file __init__.py.
| None homeassistant.components.lastfm.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 31 of file __init__.py.