From 7ee6aaac53520a9da212a3e6027bed378685560b Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 2 Mar 2022 14:33:13 -0500 Subject: [PATCH] Moved LIFX Cloud config to avoid conflicts --- configuration.yaml | 3 +++ scenes.yaml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index a99d617..ca91da3 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -169,3 +169,6 @@ rest_command: url: 'https://api.todoist.com/sync/v8/sync' payload: !secret todoist_api_payload content_type: 'application/x-www-form-urlencoded' +scene: + - platform: lifx_cloud + token: !secret lifx_token diff --git a/scenes.yaml b/scenes.yaml index 42cf24e..2bf2cf1 100644 --- a/scenes.yaml +++ b/scenes.yaml @@ -180,5 +180,3 @@ friendly_name: Dining Room Lamp - White supported_features: 5 state: 'on' -- platform: lifx_cloud - token: !secret lifx_token