From 4997773beae6b0366d31ab7cb4b6ec79774b92a2 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 23 Jan 2020 23:04:29 +0100 Subject: [PATCH] adding light automation --- automations/lights.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 automations/lights.yaml diff --git a/automations/lights.yaml b/automations/lights.yaml new file mode 100644 index 0000000..c856599 --- /dev/null +++ b/automations/lights.yaml @@ -0,0 +1,13 @@ +- id: change_to_warm_light + alias: Lampen auf warmes Licht + hide_entity: true + trigger: + platform: homeassistant + event: start + action: + - service: light.turn_on + data: + rgb_color: [255, 147, 41] + entity_id: + - light.0xec1bbdfffe9cc96e_light + - light.0xec1bbdfffe59b929_light \ No newline at end of file