mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix sentence-casing in part of airq
sensor names (#141203)
This commit is contained in:
parent
34504f45a5
commit
ef2485be3b
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user