Use name reference and fix already_configured string for GIOS integration (#41323)

This commit is contained in:
Maciej Bieniek 2020-10-06 14:54:02 +02:00 committed by GitHub
parent df4998d7cf
commit ae54c21945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
"title": "GIO\u015a (Polish Chief Inspectorate Of Environmental Protection)",
"description": "Set up GIO\u015a (Polish Chief Inspectorate Of Environmental Protection) air quality integration. If you need help with the configuration have a look here: https://www.home-assistant.io/integrations/gios",
"data": {
"name": "Name of the integration",
"name": "[%key:common::config_flow::data::name%]",
"station_id": "ID of the measuring station"
}
}
@ -16,7 +16,7 @@
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
"already_configured": "[%key:common::config_flow::abort::already_configured_service%] for this measuring station"
}
}
}