From ad2bcdd73961f2cd39e885111824d4c3bf5ee9f5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Tue, 23 Jul 2019 09:42:41 -0400 Subject: [PATCH] Testing some scenes. --- scenes.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/scenes.yaml b/scenes.yaml index 6f665e5..5e33343 100755 --- a/scenes.yaml +++ b/scenes.yaml @@ -1,3 +1,24 @@ +- name: test_dim_75 + entities: + group.rgb_lr: + state: on + brightness_pct: 75 + color_temp: 369 + +- name: test_dim_50 + entities: + group.rgb_lr: + state: on + brightness_pct: 50 + color_temp: 369 + +- name: test_dim_25 + entities: + group.rgb_lr: + state: on + brightness_pct: 25 + color_temp: 369 + - name : test entities: group.rgb_lr: @@ -179,6 +200,35 @@ switch.artemis: state: on +- name: skylar lamp on + entities: + light.table_lamp_2: + state: on + brightness: 100 + +- name: skylar lamp 75 + entities: + light.table_lamp_2: + state: on + brightness: 75 + +- name: skylar lamp 50 + entities: + light.table_lamp_2: + state: on + brightness: 50 + +- name: skylar lamp 25 + entities: + light.table_lamp_2: + state: on + brightness: 25 + +- name: skylar lamp off + entities: + light.table_lamp_2: + state: off + # - name: santa protocol # entities: # switch.christmas_tree: