Go to the source code of this file.
Namespaces | |
| homeassistant.components.goodwe.const | |
Variables | |
| 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] |
| homeassistant.components.goodwe.const.SCAN_INTERVAL = timedelta(seconds=10) | |