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:
Norbert Rittel 2025-02-17 11:05:39 +01:00 committed by GitHub
parent cd13eff8ae
commit 1fe644d056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",