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

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
 

Detailed Description

The Sky Remote Control integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.sky_remote.async_setup_entry ( HomeAssistant  hass,
SkyRemoteConfigEntry  entry 
)
Set up Sky remote.

Definition at line 20 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 37 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 14 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.sky_remote.PLATFORMS = [Platform.REMOTE]

Definition at line 12 of file __init__.py.

◆ SkyRemoteConfigEntry

homeassistant.components.sky_remote.SkyRemoteConfigEntry

Definition at line 17 of file __init__.py.