mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix capitalization in Philips Hue strings (#129552)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user