From 433477c1d10f808ece5ce1bac2fa6fe582b2c5a7 Mon Sep 17 00:00:00 2001 From: subjectbit Date: Fri, 5 Jul 2019 10:33:38 -0400 Subject: [PATCH] fixed cch integration, added hacs --- configuration.yaml | 10 ++++------ groups.yaml | 8 ++++++++ input_boolean.yaml | 6 ++++++ 3 files changed, 18 insertions(+), 6 deletions(-) mode change 100755 => 100644 groups.yaml diff --git a/configuration.yaml b/configuration.yaml index 963282d..6c2900f 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -202,14 +202,12 @@ tts: ########################################################## -## Custom Updater +## Home Assistant Custom Store (HACS) ########################################################## -custom_updater: - track: - - components - - cards +hacs: + token: !secret hacs_token ########################################################## @@ -228,7 +226,7 @@ ffmpeg: logger: - default: info + default: error ########################################################## diff --git a/groups.yaml b/groups.yaml old mode 100755 new mode 100644 index e69de29..54d1018 --- a/groups.yaml +++ b/groups.yaml @@ -0,0 +1,8 @@ + speakers: + name: Alerting + entities: + - media_player.kitchen_display + - media_player.living_room_speaker + - media_player.master_bedroom_google_hub + - media_player.office_speaker + - media_player.second_bedroom_google_hub \ No newline at end of file diff --git a/input_boolean.yaml b/input_boolean.yaml index 2cfdd15..cf08b6c 100755 --- a/input_boolean.yaml +++ b/input_boolean.yaml @@ -34,4 +34,10 @@ name: 'Global' initial: off icon: mdi:home-automation + + entertainment: + name: 'Entertainment' + initial: off + icon: mdi:television +