Namespaces | |
| config_flow | |
| const | |
| device_trigger | |
| media_player | |
Functions | |
| None | _run_client (HomeAssistant hass, Client client, float interval) |
| bool | async_setup_entry (HomeAssistant hass, ArcamFmjConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| ArcamFmjConfigEntry | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER] |
Arcam component.
|
private |
Definition at line 48 of file __init__.py.
| bool homeassistant.components.arcam_fmj.async_setup_entry | ( | HomeAssistant | hass, |
| ArcamFmjConfigEntry | entry | ||
| ) |
Set up config entry.
Definition at line 31 of file __init__.py.
| bool homeassistant.components.arcam_fmj.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Cleanup before removing config entry.
Definition at line 43 of file __init__.py.
|
private |
Definition at line 25 of file __init__.py.
| homeassistant.components.arcam_fmj.ArcamFmjConfigEntry |
Definition at line 23 of file __init__.py.
| list homeassistant.components.arcam_fmj.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 28 of file __init__.py.