Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.linear_garage_door.cover Namespace Reference

Classes

class  LinearCoverEntity
 

Functions

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

Variables

int PARALLEL_UPDATES = 1
 
 SCAN_INTERVAL = timedelta(seconds=10)
 
list SUPPORTED_SUBDEVICES = ["GDO"]
 

Detailed Description

Cover entity for Linear Garage Doors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.linear_garage_door.cover.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Linear Garage Door cover.

Definition at line 24 of file cover.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.linear_garage_door.cover.PARALLEL_UPDATES = 1

Definition at line 20 of file cover.py.

◆ SCAN_INTERVAL

homeassistant.components.linear_garage_door.cover.SCAN_INTERVAL = timedelta(seconds=10)

Definition at line 21 of file cover.py.

◆ SUPPORTED_SUBDEVICES

list homeassistant.components.linear_garage_door.cover.SUPPORTED_SUBDEVICES = ["GDO"]

Definition at line 19 of file cover.py.