mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +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": {
|
||||
"name": "Enable pure boost",
|
||||
"name": "Enable Pure Boost",
|
||||
"description": "Enables and configures Pure Boost settings.",
|
||||
"fields": {
|
||||
"ac_integration": {
|
||||
"name": "AC integration",
|
||||
"description": "Integrate with Air Conditioner."
|
||||
"description": "Integrate with air conditioner."
|
||||
},
|
||||
"geo_integration": {
|
||||
"name": "Geo integration",
|
||||
"description": "Integrate with Presence."
|
||||
"description": "Integrate with presence."
|
||||
},
|
||||
"indoor_integration": {
|
||||
"name": "Indoor air quality",
|
||||
@ -468,7 +468,7 @@
|
||||
},
|
||||
"fan_mode": {
|
||||
"name": "Fan mode",
|
||||
"description": "set fan mode."
|
||||
"description": "Set fan mode."
|
||||
},
|
||||
"swing_mode": {
|
||||
"name": "Swing mode",
|
||||
|
Loading…
x
Reference in New Issue
Block a user