Store integration type in AirVisual config entry (#34621)

This commit is contained in:
Aaron Bach 2020-04-24 11:11:17 -06:00 committed by GitHub
parent 1d22936a82
commit 86d3321d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 41 additions and 5 deletions

View file

@ -10,6 +10,7 @@ INTEGRATION_TYPE_NODE_PRO = "AirVisual Node/Pro"
CONF_CITY = "city"
CONF_COUNTRY = "country"
CONF_GEOGRAPHIES = "geographies"
CONF_INTEGRATION_TYPE = "integration_type"
DATA_CLIENT = "client"