Fix sentence-casing in part of airq sensor names (#141203)

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

View File

@ -91,7 +91,7 @@
"name": "Hydrogen fluoride" "name": "Hydrogen fluoride"
}, },
"health_index": { "health_index": {
"name": "Health Index" "name": "Health index"
}, },
"absolute_humidity": { "absolute_humidity": {
"name": "Absolute humidity" "name": "Absolute humidity"
@ -112,10 +112,10 @@
"name": "Oxygen" "name": "Oxygen"
}, },
"performance_index": { "performance_index": {
"name": "Performance Index" "name": "Performance index"
}, },
"hydrogen_phosphide": { "hydrogen_phosphide": {
"name": "Hydrogen Phosphide" "name": "Hydrogen phosphide"
}, },
"relative_pressure": { "relative_pressure": {
"name": "Relative pressure" "name": "Relative pressure"
@ -127,22 +127,22 @@
"name": "Refrigerant" "name": "Refrigerant"
}, },
"silicon_hydride": { "silicon_hydride": {
"name": "Silicon Hydride" "name": "Silicon hydride"
}, },
"noise": { "noise": {
"name": "Noise" "name": "Noise"
}, },
"maximum_noise": { "maximum_noise": {
"name": "Noise (Maximum)" "name": "Noise (maximum)"
}, },
"radon": { "radon": {
"name": "Radon" "name": "Radon"
}, },
"industrial_volatile_organic_compounds": { "industrial_volatile_organic_compounds": {
"name": "VOCs (Industrial)" "name": "VOCs (industrial)"
}, },
"virus_index": { "virus_index": {
"name": "Virus Index" "name": "Virus index"
} }
} }
} }