Use name translation reference in Airly config flow (#41319)

* Use more translation references

* Revert already_configured string
This commit is contained in:
Maciej Bieniek 2020-10-07 15:24:32 +02:00 committed by GitHub
parent 42cef1773b
commit 4434958265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"title": "Airly",
"description": "Set up Airly air quality integration. To generate API key go to https://developer.airly.eu/register",
"data": {
"name": "Name of the integration",
"name": "[%key:common::config_flow::data::name%]",
"api_key": "[%key:common::config_flow::data::api_key%]",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"