mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix capitalization in Philips Hue strings (#129552)
This commit is contained in:
parent
8b1b14a704
commit
2bd5039f28
@ -137,15 +137,15 @@
|
||||
"services": {
|
||||
"hue_activate_scene": {
|
||||
"name": "Activate scene",
|
||||
"description": "Activates a hue scene stored in the hue hub.",
|
||||
"description": "Activates a Hue scene stored in the Hue hub.",
|
||||
"fields": {
|
||||
"group_name": {
|
||||
"name": "Group",
|
||||
"description": "Name of hue group/room from the hue app."
|
||||
"description": "Name of Hue group/room from the Hue app."
|
||||
},
|
||||
"scene_name": {
|
||||
"name": "Scene",
|
||||
"description": "Name of hue scene from the hue app."
|
||||
"description": "Name of Hue scene from the Hue app."
|
||||
},
|
||||
"dynamic": {
|
||||
"name": "Dynamic",
|
||||
|
Loading…
x
Reference in New Issue
Block a user