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

Classes

class  BlockShellyCover
 
class  RpcShellyCover
 

Functions

None async_setup_block_entry (HomeAssistant hass, ShellyConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None async_setup_entry (HomeAssistant hass, ShellyConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None async_setup_rpc_entry (HomeAssistant hass, ShellyConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Detailed Description

Cover for Shelly.

Function Documentation

◆ async_setup_block_entry()

None homeassistant.components.shelly.cover.async_setup_block_entry ( HomeAssistant  hass,
ShellyConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up cover for device.

Definition at line 38 of file cover.py.

◆ async_setup_entry()

None homeassistant.components.shelly.cover.async_setup_entry ( HomeAssistant  hass,
ShellyConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up covers for device.

Definition at line 25 of file cover.py.

◆ async_setup_rpc_entry()

None homeassistant.components.shelly.cover.async_setup_rpc_entry ( HomeAssistant  hass,
ShellyConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up entities for RPC device.

Definition at line 55 of file cover.py.