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

Classes

class  IottyShutter
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Implement a iotty Shutter Device.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.iotty.cover.async_setup_entry ( HomeAssistant  hass,
IottyConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Activate the iotty Shutter component.

Definition at line 29 of file cover.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 26 of file cover.py.