Namespaces | |
| config_flow | |
| const | |
| entity | |
| media_player | |
| remote | |
| sensor | |
Classes | |
| class | KaleidescapeDeviceInfo |
| class | UnsupportedError |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| KaleidescapeDeviceInfo | validate_host (str host) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER, Platform.REMOTE, Platform.SENSOR] |
The Kaleidescape integration.
| bool homeassistant.components.kaleidescape.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Kaleidescape from a config entry.
Definition at line 25 of file __init__.py.
| bool homeassistant.components.kaleidescape.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload config entry.
Definition at line 53 of file __init__.py.
| KaleidescapeDeviceInfo homeassistant.components.kaleidescape.validate_host | ( | str | host | ) |
Validate device host.
Definition at line 76 of file __init__.py.
|
private |
Definition at line 20 of file __init__.py.
| list homeassistant.components.kaleidescape.PLATFORMS = [Platform.MEDIA_PLAYER, Platform.REMOTE, Platform.SENSOR] |
Definition at line 22 of file __init__.py.