From 31e514ec157d7f0bf828e43b95eabe2948a81505 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Fri, 19 Apr 2019 23:53:58 +0200 Subject: [PATCH] Add missing services.yaml file for hue (#23217) * Add hue services.yaml * Add lifx services.yaml * Add lutron services.yaml * Update lifx services.yaml * Update hue services.yaml * Revert lifx services.yaml as it is not necessary * Remove hue from lights/services.yaml --- homeassistant/components/hue/services.yaml | 11 +++++++++++ homeassistant/components/light/services.yaml | 10 ---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/hue/services.yaml b/homeassistant/components/hue/services.yaml index e69de29bb2d..68eaf6ac377 100644 --- a/homeassistant/components/hue/services.yaml +++ b/homeassistant/components/hue/services.yaml @@ -0,0 +1,11 @@ +# Describes the format for available hue services + +hue_activate_scene: + description: Activate a hue scene stored in the hue hub. + fields: + group_name: + description: Name of hue group/room from the hue app. + example: "Living Room" + scene_name: + description: Name of hue scene from the hue app. + example: "Energize" diff --git a/homeassistant/components/light/services.yaml b/homeassistant/components/light/services.yaml index d4985258368..ef944d75efc 100644 --- a/homeassistant/components/light/services.yaml +++ b/homeassistant/components/light/services.yaml @@ -71,16 +71,6 @@ toggle: '...': description: All turn_on parameters can be used. -hue_activate_scene: - description: Activate a hue scene stored in the hue hub. - fields: - group_name: - description: Name of hue group/room from the hue app. - example: "Living Room" - scene_name: - description: Name of hue scene from the hue app. - example: "Energize" - lifx_set_state: description: Set a color/brightness and possibliy turn the light on/off. fields: