Fix sentence-casing in airvisual user strings (#141632)

This commit is contained in:
Norbert Rittel 2025-03-28 08:37:55 +01:00 committed by Franck Nijhof
parent e4d6e20ebd
commit 58ab7d350d
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -2,7 +2,7 @@
"config": { "config": {
"step": { "step": {
"geography_by_coords": { "geography_by_coords": {
"title": "Configure a Geography", "title": "Configure a geography",
"description": "Use the AirVisual cloud API to monitor a latitude/longitude.", "description": "Use the AirVisual cloud API to monitor a latitude/longitude.",
"data": { "data": {
"api_key": "[%key:common::config_flow::data::api_key%]", "api_key": "[%key:common::config_flow::data::api_key%]",
@ -56,12 +56,12 @@
"sensor": { "sensor": {
"pollutant_label": { "pollutant_label": {
"state": { "state": {
"co": "Carbon Monoxide", "co": "Carbon monoxide",
"n2": "Nitrogen Dioxide", "n2": "Nitrogen dioxide",
"o3": "Ozone", "o3": "Ozone",
"p1": "PM10", "p1": "PM10",
"p2": "PM2.5", "p2": "PM2.5",
"s2": "Sulfur Dioxide" "s2": "Sulfur dioxide"
} }
}, },
"pollutant_level": { "pollutant_level": {