Add config flow base strings (#34523)

This commit is contained in:
Paulus Schoutsen 2020-05-04 20:10:39 -07:00 committed by GitHub
parent 0e17f619c8
commit 34e35f6aa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 113 additions and 39 deletions

View file

@ -5,7 +5,7 @@
"title": "Configure a Geography",
"description": "Use the AirVisual cloud API to monitor a geographical location.",
"data": {
"api_key": "API Key",
"api_key": "[%key:common::config_flow::data::api_key%]",
"latitude": "Latitude",
"longitude": "Longitude"
}