Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.soma.sensor Namespace Reference

Classes

class  SomaSensor
 

Functions

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

Variables

 MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30)
 

Detailed Description

Support for Soma sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.soma.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Soma sensor platform.

Definition at line 18 of file sensor.py.

Variable Documentation

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.soma.sensor.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30)

Definition at line 15 of file sensor.py.