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

Classes

class  SwitcherBaseCoverEntity
 
class  SwitcherMultiCoverEntity
 
class  SwitcherSingleCoverEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string API_SET_POSITON = "set_position"
 
string API_STOP = "stop_shutter"
 

Detailed Description

Switcher integration Cover platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.switcher_kis.cover.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Switcher cover from config entry.

Definition at line 33 of file cover.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file cover.py.

◆ API_SET_POSITON

string homeassistant.components.switcher_kis.cover.API_SET_POSITON = "set_position"

Definition at line 29 of file cover.py.

◆ API_STOP

string homeassistant.components.switcher_kis.cover.API_STOP = "stop_shutter"

Definition at line 30 of file cover.py.