Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.sma.const Namespace Reference

Variables

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

Detailed Description

Constants for the sma integration.

Variable Documentation

◆ CONF_GROUP

string homeassistant.components.sma.const.CONF_GROUP = "group"

Definition at line 15 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.sma.const.DEFAULT_SCAN_INTERVAL = 5

Definition at line 17 of file const.py.

◆ DOMAIN

string homeassistant.components.sma.const.DOMAIN = "sma"

Definition at line 5 of file const.py.

◆ GROUPS

list homeassistant.components.sma.const.GROUPS = ["user", "installer"]

Definition at line 19 of file const.py.

◆ PLATFORMS

list homeassistant.components.sma.const.PLATFORMS = [Platform.SENSOR]

Definition at line 13 of file const.py.

◆ PYSMA_COORDINATOR

string homeassistant.components.sma.const.PYSMA_COORDINATOR = "coordinator"

Definition at line 7 of file const.py.

◆ PYSMA_DEVICE_INFO

string homeassistant.components.sma.const.PYSMA_DEVICE_INFO = "device_info"

Definition at line 11 of file const.py.

◆ PYSMA_OBJECT

string homeassistant.components.sma.const.PYSMA_OBJECT = "pysma"

Definition at line 8 of file const.py.

◆ PYSMA_REMOVE_LISTENER

string homeassistant.components.sma.const.PYSMA_REMOVE_LISTENER = "remove_listener"

Definition at line 9 of file const.py.

◆ PYSMA_SENSORS

string homeassistant.components.sma.const.PYSMA_SENSORS = "pysma_sensors"

Definition at line 10 of file const.py.