mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Fix casing in Sensibo action descriptions (#138701)
- treat "Pure Boost" as a feature name - fix sentence-casing - capitalize first word
This commit is contained in:
parent
cd13eff8ae
commit
1fe644d056
@ -429,16 +429,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"enable_pure_boost": {
|
"enable_pure_boost": {
|
||||||
"name": "Enable pure boost",
|
"name": "Enable Pure Boost",
|
||||||
"description": "Enables and configures Pure Boost settings.",
|
"description": "Enables and configures Pure Boost settings.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"ac_integration": {
|
"ac_integration": {
|
||||||
"name": "AC integration",
|
"name": "AC integration",
|
||||||
"description": "Integrate with Air Conditioner."
|
"description": "Integrate with air conditioner."
|
||||||
},
|
},
|
||||||
"geo_integration": {
|
"geo_integration": {
|
||||||
"name": "Geo integration",
|
"name": "Geo integration",
|
||||||
"description": "Integrate with Presence."
|
"description": "Integrate with presence."
|
||||||
},
|
},
|
||||||
"indoor_integration": {
|
"indoor_integration": {
|
||||||
"name": "Indoor air quality",
|
"name": "Indoor air quality",
|
||||||
@ -468,7 +468,7 @@
|
|||||||
},
|
},
|
||||||
"fan_mode": {
|
"fan_mode": {
|
||||||
"name": "Fan mode",
|
"name": "Fan mode",
|
||||||
"description": "set fan mode."
|
"description": "Set fan mode."
|
||||||
},
|
},
|
||||||
"swing_mode": {
|
"swing_mode": {
|
||||||
"name": "Swing mode",
|
"name": "Swing mode",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user