From dafd903c309934255a15b781cb13bb4b3e312bcd Mon Sep 17 00:00:00 2001 From: Bearded Tinker Date: Wed, 21 Sep 2022 12:09:08 +0200 Subject: [PATCH] Add staris LED WWWC strip #91 --- entities/switches/flux/stairs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 entities/switches/flux/stairs.yaml diff --git a/entities/switches/flux/stairs.yaml b/entities/switches/flux/stairs.yaml new file mode 100644 index 00000000..d2919882 --- /dev/null +++ b/entities/switches/flux/stairs.yaml @@ -0,0 +1,15 @@ +##### +# Flux integration - internal Circadian lights control +# https://www.home-assistant.io/integrations/flux +##### + +platform: flux +name: Stairs flux +lights: + - light.stairs +start_time: "07:00" +stop_time: "23:00" +start_colortemp: 4000 +sunset_colortemp: 3000 +stop_colortemp: 1900 +mode: mired \ No newline at end of file