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

Classes

class  SkyRemote
 

Functions

None async_setup_entry (HomeAssistant hass, SkyRemoteConfigEntry config, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Home Assistant integration to control a sky box using the remote platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.sky_remote.remote.async_setup_entry ( HomeAssistant  hass,
SkyRemoteConfigEntry  config,
AddEntitiesCallback  async_add_entities 
)
Set up the Sky remote platform.

Definition at line 21 of file remote.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 18 of file remote.py.