Variables | |
| string | CONF_MODEL_FAMILY = "model_family" |
| string | DEFAULT_NAME = "GoodWe" |
| string | DOMAIN = "goodwe" |
| string | KEY_COORDINATOR = "coordinator" |
| string | KEY_DEVICE_INFO = "device_info" |
| string | KEY_INVERTER = "inverter" |
| list | PLATFORMS = [Platform.BUTTON, Platform.NUMBER, Platform.SELECT, Platform.SENSOR] |
| SCAN_INTERVAL = timedelta(seconds=10) | |
Constants for the Goodwe component.
| string homeassistant.components.goodwe.const.CONF_MODEL_FAMILY = "model_family" |
| string homeassistant.components.goodwe.const.DEFAULT_NAME = "GoodWe" |
| string homeassistant.components.goodwe.const.DOMAIN = "goodwe" |
| string homeassistant.components.goodwe.const.KEY_COORDINATOR = "coordinator" |
| string homeassistant.components.goodwe.const.KEY_DEVICE_INFO = "device_info" |
| string homeassistant.components.goodwe.const.KEY_INVERTER = "inverter" |
| list homeassistant.components.goodwe.const.PLATFORMS = [Platform.BUTTON, Platform.NUMBER, Platform.SELECT, Platform.SENSOR] |