mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Use name reference and fix already_configured string for GIOS integration (#41323)
This commit is contained in:
parent
df4998d7cf
commit
ae54c21945
@ -5,7 +5,7 @@
|
|||||||
"title": "GIO\u015a (Polish Chief Inspectorate Of Environmental Protection)",
|
"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",
|
"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": {
|
"data": {
|
||||||
"name": "Name of the integration",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"station_id": "ID of the measuring station"
|
"station_id": "ID of the measuring station"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||||
},
|
},
|
||||||
"abort": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user