Namespaces | |
| config_flow | |
| const | |
| remote | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, SkyRemoteConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.REMOTE] |
| SkyRemoteConfigEntry | |
The Sky Remote Control integration.
| bool homeassistant.components.sky_remote.async_setup_entry | ( | HomeAssistant | hass, |
| SkyRemoteConfigEntry | entry | ||
| ) |
Set up Sky remote.
Definition at line 20 of file __init__.py.
| bool homeassistant.components.sky_remote.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 37 of file __init__.py.
|
private |
Definition at line 14 of file __init__.py.
| list homeassistant.components.sky_remote.PLATFORMS = [Platform.REMOTE] |
Definition at line 12 of file __init__.py.
| homeassistant.components.sky_remote.SkyRemoteConfigEntry |
Definition at line 17 of file __init__.py.