We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf60f9 commit 079f306Copy full SHA for 079f306
homeassistant/components/google_air_quality/strings.json
@@ -59,9 +59,14 @@
59
"user": "Add location"
60
},
61
"step": {
62
- "user": {
+ "location": {
63
"data": {
64
- "location": "[%key:common::config_flow::data::location%]"
+ "location": "[%key:common::config_flow::data::location%]",
65
+ "name": "[%key:common::config_flow::data::name%]"
66
+ },
67
+ "data_description": {
68
+ "location": "[%key:component::google_air_quality::config::step::user::data_description::location%]",
69
+ "name": "[%key:component::google_air_quality::config::step::user::data_description::name%]"
70
71
"description": "Select the coordinates for which you want to create an entry.",
72
"title": "Air quality data location"
0 commit comments