Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.kaleidescape Namespace Reference

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]
 

Detailed Description

The Kaleidescape integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.kaleidescape.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload config entry.

Definition at line 53 of file __init__.py.

◆ validate_host()

KaleidescapeDeviceInfo homeassistant.components.kaleidescape.validate_host ( str  host)
Validate device host.

Definition at line 76 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.kaleidescape._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.kaleidescape.PLATFORMS = [Platform.MEDIA_PLAYER, Platform.REMOTE, Platform.SENSOR]

Definition at line 22 of file __init__.py.