mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
Fix sentence-casing in airvisual
user strings (#141632)
This commit is contained in:
parent
e4d6e20ebd
commit
58ab7d350d
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user