Fix sentence-casing and spelling of "LED" in baf integration (#140343)

This commit is contained in:
Norbert Rittel 2025-03-11 09:09:15 +01:00 committed by GitHub
parent a65bf35a06
commit 873cf6ac09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
"entity": { "entity": {
"climate": { "climate": {
"auto_comfort": { "auto_comfort": {
"name": "Auto comfort" "name": "Auto Comfort"
} }
}, },
"fan": { "fan": {
@ -39,25 +39,25 @@
}, },
"number": { "number": {
"comfort_min_speed": { "comfort_min_speed": {
"name": "Auto Comfort Minimum Speed" "name": "Auto Comfort minimum speed"
}, },
"comfort_max_speed": { "comfort_max_speed": {
"name": "Auto Comfort Maximum Speed" "name": "Auto Comfort maximum speed"
}, },
"comfort_heat_assist_speed": { "comfort_heat_assist_speed": {
"name": "Auto Comfort Heat Assist Speed" "name": "Auto Comfort Heat Assist speed"
}, },
"return_to_auto_timeout": { "return_to_auto_timeout": {
"name": "Return to Auto Timeout" "name": "Return to Auto timeout"
}, },
"motion_sense_timeout": { "motion_sense_timeout": {
"name": "Motion Sense Timeout" "name": "Motion sense timeout"
}, },
"light_return_to_auto_timeout": { "light_return_to_auto_timeout": {
"name": "Light Return to Auto Timeout" "name": "Light return to Auto timeout"
}, },
"light_auto_motion_timeout": { "light_auto_motion_timeout": {
"name": "Light Motion Sense Timeout" "name": "Light motion sense timeout"
} }
}, },
"sensor": { "sensor": {
@ -76,10 +76,10 @@
}, },
"switch": { "switch": {
"legacy_ir_remote_enable": { "legacy_ir_remote_enable": {
"name": "Legacy IR Remote" "name": "Legacy IR remote"
}, },
"led_indicators_enable": { "led_indicators_enable": {
"name": "Led Indicators" "name": "LED indicators"
}, },
"comfort_heat_assist_enable": { "comfort_heat_assist_enable": {
"name": "Auto Comfort Heat Assist" "name": "Auto Comfort Heat Assist"
@ -88,10 +88,10 @@
"name": "Beep" "name": "Beep"
}, },
"eco_enable": { "eco_enable": {
"name": "Eco Mode" "name": "Eco mode"
}, },
"motion_sense_enable": { "motion_sense_enable": {
"name": "Motion Sense" "name": "Motion sense"
}, },
"return_to_auto_enable": { "return_to_auto_enable": {
"name": "Return to Auto" "name": "Return to Auto"
@ -103,7 +103,7 @@
"name": "Dim to Warm" "name": "Dim to Warm"
}, },
"light_return_to_auto_enable": { "light_return_to_auto_enable": {
"name": "Light Return to Auto" "name": "Light return to Auto"
} }
} }
} }