From b081d79b8631e32881e1b26c788e0de374339f28 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 20:57:11 -0500 Subject: [PATCH] Update services.yaml (#497) Co-authored-by: Bas Nijholt --- custom_components/adaptive_lighting/services.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_components/adaptive_lighting/services.yaml b/custom_components/adaptive_lighting/services.yaml index 8524dd64..5eb49149 100755 --- a/custom_components/adaptive_lighting/services.yaml +++ b/custom_components/adaptive_lighting/services.yaml @@ -87,6 +87,11 @@ change_switch_settings: - "current" - "configuration" - "factory" + include_config_in_attributes: + description: "include_config_in_attributes: All config options will be listed as attributes under the adaptive-lighting switch this integration creates. (default: false)" + required: false + selector: + boolean: turn_on_lights: description: "Turn on the lights that are off, default: false" example: false