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

Classes

class  NiceGOCoverEntity
 

Functions

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

Variables

dictionary DEVICE_CLASSES
 
int PARALLEL_UPDATES = 1
 

Detailed Description

Cover entity for Nice G.O.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nice_go.cover.async_setup_entry ( HomeAssistant  hass,
NiceGOConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Nice G.O. cover.

Definition at line 28 of file cover.py.

Variable Documentation

◆ DEVICE_CLASSES

dictionary homeassistant.components.nice_go.cover.DEVICE_CLASSES
Initial value:
1 = {
2  "WallStation": CoverDeviceClass.GARAGE,
3  "Mms100": CoverDeviceClass.GATE,
4 }

Definition at line 21 of file cover.py.

◆ PARALLEL_UPDATES

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

Definition at line 25 of file cover.py.