Fix sentence-casing in user-facing strings of screenlogic (#138015)

This commit is contained in:
Norbert Rittel 2025-02-09 10:55:27 +01:00 committed by GitHub
parent df307aeb6d
commit 80cff85c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,9 @@
"service_config_entry_name": "Config entry", "service_config_entry_name": "Config entry",
"service_config_entry_description": "The config entry to use for this action.", "service_config_entry_description": "The config entry to use for this action.",
"climate_preset_solar": "Solar", "climate_preset_solar": "Solar",
"climate_preset_solar_preferred": "Solar Preferred", "climate_preset_solar_preferred": "Solar preferred",
"climate_preset_heater": "Heater", "climate_preset_heater": "Heater",
"climate_preset_dont_change": "Don't Change" "climate_preset_dont_change": "Don't change"
}, },
"config": { "config": {
"flow_title": "{name}", "flow_title": "{name}",
@ -15,7 +15,7 @@
"step": { "step": {
"gateway_entry": { "gateway_entry": {
"title": "ScreenLogic", "title": "ScreenLogic",
"description": "Enter your ScreenLogic Gateway information.", "description": "Enter your ScreenLogic gateway information.",
"data": { "data": {
"ip_address": "[%key:common::config_flow::data::ip%]", "ip_address": "[%key:common::config_flow::data::ip%]",
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
@ -46,7 +46,7 @@
}, },
"services": { "services": {
"set_color_mode": { "set_color_mode": {
"name": "Set Color Mode", "name": "Set color mode",
"description": "Sets the color mode for all color-capable lights attached to this ScreenLogic gateway.", "description": "Sets the color mode for all color-capable lights attached to this ScreenLogic gateway.",
"fields": { "fields": {
"config_entry": { "config_entry": {
@ -54,13 +54,13 @@
"description": "[%key:component::screenlogic::common::service_config_entry_description%]" "description": "[%key:component::screenlogic::common::service_config_entry_description%]"
}, },
"color_mode": { "color_mode": {
"name": "Color Mode", "name": "Color mode",
"description": "The ScreenLogic color mode to set." "description": "The ScreenLogic color mode to set."
} }
} }
}, },
"start_super_chlorination": { "start_super_chlorination": {
"name": "Start Super Chlorination", "name": "Start super chlorination",
"description": "Begins super chlorination, running for the specified period or 24 hours if none is specified.", "description": "Begins super chlorination, running for the specified period or 24 hours if none is specified.",
"fields": { "fields": {
"config_entry": { "config_entry": {
@ -68,13 +68,13 @@
"description": "[%key:component::screenlogic::common::service_config_entry_description%]" "description": "[%key:component::screenlogic::common::service_config_entry_description%]"
}, },
"runtime": { "runtime": {
"name": "Run Time", "name": "Run time",
"description": "Number of hours for super chlorination to run." "description": "Number of hours for super chlorination to run."
} }
} }
}, },
"stop_super_chlorination": { "stop_super_chlorination": {
"name": "Stop Super Chlorination", "name": "Stop super chlorination",
"description": "Stops super chlorination.", "description": "Stops super chlorination.",
"fields": { "fields": {
"config_entry": { "config_entry": {