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

Classes

class  DIRECTVRemote
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = timedelta(minutes=2)
 

Detailed Description

Support for the DIRECTV remote.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.directv.remote.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Load DirecTV remote based on a config entry.

Definition at line 25 of file remote.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file remote.py.

◆ SCAN_INTERVAL

homeassistant.components.directv.remote.SCAN_INTERVAL = timedelta(minutes=2)

Definition at line 22 of file remote.py.