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" |
Constants for the sma integration.
| string homeassistant.components.sma.const.CONF_GROUP = "group" |
| int homeassistant.components.sma.const.DEFAULT_SCAN_INTERVAL = 5 |
| 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" |