From bf2a5e932059510373f5c8327d8eb330638f3e12 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 27 Jun 2020 21:00:18 +0100 Subject: [PATCH] Add Tado and Arlo integrations --- ansible/roles/home-assistant/files/configuration.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ansible/roles/home-assistant/files/configuration.yml b/ansible/roles/home-assistant/files/configuration.yml index 4ee818e..09eebc9 100644 --- a/ansible/roles/home-assistant/files/configuration.yml +++ b/ansible/roles/home-assistant/files/configuration.yml @@ -23,3 +23,11 @@ person: id: 0f9914e2a9c547adac98db4501b3067b device_trackers: - device_tracker.gm1913 + +tado: + username: !secret tado_username + password: !secret tado_password + +arlo: + username: !secret arlo_username + password: !secret arlo_password