Variables | |
| string | ATTR_LAST_DATA = "last_data" |
| string | CONF_APP_KEY = "app_key" |
| string | DOMAIN = "ambient_station" |
| LOGGER = logging.getLogger(__package__) | |
| string | TYPE_SOLARRADIATION = "solarradiation" |
| string | TYPE_SOLARRADIATION_LX = "solarradiation_lx" |
Define constants for the Ambient PWS component.
| string homeassistant.components.ambient_station.const.ATTR_LAST_DATA = "last_data" |
| string homeassistant.components.ambient_station.const.CONF_APP_KEY = "app_key" |
| string homeassistant.components.ambient_station.const.DOMAIN = "ambient_station" |
| homeassistant.components.ambient_station.const.LOGGER = logging.getLogger(__package__) |
| string homeassistant.components.ambient_station.const.TYPE_SOLARRADIATION = "solarradiation" |