Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sma.const
 

Variables

string homeassistant.components.sma.const.CONF_GROUP = "group"
 
int homeassistant.components.sma.const.DEFAULT_SCAN_INTERVAL = 5
 
string homeassistant.components.sma.const.DOMAIN = "sma"
 
list homeassistant.components.sma.const.GROUPS = ["user", "installer"]
 
list homeassistant.components.sma.const.PLATFORMS = [Platform.SENSOR]
 
string homeassistant.components.sma.const.PYSMA_COORDINATOR = "coordinator"
 
string homeassistant.components.sma.const.PYSMA_DEVICE_INFO = "device_info"
 
string homeassistant.components.sma.const.PYSMA_OBJECT = "pysma"
 
string homeassistant.components.sma.const.PYSMA_REMOVE_LISTENER = "remove_listener"
 
string homeassistant.components.sma.const.PYSMA_SENSORS = "pysma_sensors"