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

Classes

class  RestUpdateDescription
 
class  RestUpdateEntity
 
class  RpcSleepingUpdateEntity
 
class  RpcUpdateDescription
 
class  RpcUpdateEntity
 

Functions

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

Variables

 LOGGER = logging.getLogger(__name__)
 

Detailed Description

Update entities for Shelly devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.shelly.update.async_setup_entry ( HomeAssistant  hass,
ShellyConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up update entities for Shelly component.

Definition at line 104 of file update.py.

Variable Documentation

◆ LOGGER

homeassistant.components.shelly.update.LOGGER = logging.getLogger(__name__)

Definition at line 41 of file update.py.