mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fix naming consistency in Switcher service strings (#143629)
This commit is contained in:
parent
7016c19b2f
commit
d83c617566
@ -83,11 +83,11 @@
|
||||
},
|
||||
"services": {
|
||||
"set_auto_off": {
|
||||
"name": "Set auto off",
|
||||
"description": "Updates Switcher device auto off setting.",
|
||||
"name": "Set auto-off",
|
||||
"description": "Updates Switcher device auto-off setting.",
|
||||
"fields": {
|
||||
"auto_off": {
|
||||
"name": "Auto off",
|
||||
"name": "Auto-off",
|
||||
"description": "Time period string containing hours and minutes."
|
||||
}
|
||||
}
|
||||
@ -98,7 +98,7 @@
|
||||
"fields": {
|
||||
"timer_minutes": {
|
||||
"name": "Timer",
|
||||
"description": "Time to turn on."
|
||||
"description": "Duration to turn on the Switcher."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user