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

Classes

class  ChaconDioSwitch
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Switch Platform for Chacon Dio REV-LIGHT and switch plug devices.

Function Documentation

◆ async_setup_entry()

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

Definition at line 18 of file switch.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 15 of file switch.py.