From 13a70b27a4988c64ffea091cc96e892e02212175 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 6 Jul 2020 20:48:57 +0100 Subject: [PATCH] Add RGB LED controller --- ansible/roles/home-assistant/files/configuration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/home-assistant/files/configuration.yml b/ansible/roles/home-assistant/files/configuration.yml index a7021be..b973db9 100644 --- a/ansible/roles/home-assistant/files/configuration.yml +++ b/ansible/roles/home-assistant/files/configuration.yml @@ -25,3 +25,7 @@ tado: arlo: username: !secret arlo_username password: !secret arlo_password + +light: + - platform: flux_led + automatic_add: true