Fix sentence-casing of "Station radius" in airnow (#141200)

This commit is contained in:
Norbert Rittel 2025-03-23 14:16:54 +01:00 committed by GitHub
parent ef2485be3b
commit 8874fbe9c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
"api_key": "[%key:common::config_flow::data::api_key%]", "api_key": "[%key:common::config_flow::data::api_key%]",
"latitude": "[%key:common::config_flow::data::latitude%]", "latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]", "longitude": "[%key:common::config_flow::data::longitude%]",
"radius": "Station Radius (miles; optional)" "radius": "Station radius (miles; optional)"
} }
} }
}, },
@ -25,7 +25,7 @@
"step": { "step": {
"init": { "init": {
"data": { "data": {
"radius": "Station Radius (miles)" "radius": "Station radius (miles)"
} }
} }
} }