Fix naming consistency in Switcher service strings (#143629)

This commit is contained in:
Shay Levy 2025-04-25 01:00:42 +03:00 committed by GitHub
parent 7016c19b2f
commit d83c617566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,11 +83,11 @@
}, },
"services": { "services": {
"set_auto_off": { "set_auto_off": {
"name": "Set auto off", "name": "Set auto-off",
"description": "Updates Switcher device auto off setting.", "description": "Updates Switcher device auto-off setting.",
"fields": { "fields": {
"auto_off": { "auto_off": {
"name": "Auto off", "name": "Auto-off",
"description": "Time period string containing hours and minutes." "description": "Time period string containing hours and minutes."
} }
} }
@ -98,7 +98,7 @@
"fields": { "fields": {
"timer_minutes": { "timer_minutes": {
"name": "Timer", "name": "Timer",
"description": "Time to turn on." "description": "Duration to turn on the Switcher."
} }
} }
} }