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

Classes

class  ChaconDioCover
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Cover Platform for Chacon Dio REV-SHUTTER devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.chacon_dio.cover.async_setup_entry ( HomeAssistant  hass,
ChaconDioConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Chacon Dio cover devices.

Definition at line 23 of file cover.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.chacon_dio.cover._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file cover.py.