Skip to content

Commit

Permalink
fixed cch integration, added hacs
Browse files Browse the repository at this point in the history
  • Loading branch information
subjectbit committed Jul 5, 2019
1 parent e5ebf55 commit 433477c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 4 additions & 6 deletions configuration.yaml
Expand Up @@ -202,14 +202,12 @@ tts:


##########################################################
## Custom Updater
## Home Assistant Custom Store (HACS)
##########################################################


custom_updater:
track:
- components
- cards
hacs:
token: !secret hacs_token


##########################################################
Expand All @@ -228,7 +226,7 @@ ffmpeg:


logger:
default: info
default: error


##########################################################
Expand Down
8 changes: 8 additions & 0 deletions groups.yaml 100755 → 100644
@@ -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
6 changes: 6 additions & 0 deletions input_boolean.yaml
Expand Up @@ -34,4 +34,10 @@
name: 'Global'
initial: off
icon: mdi:home-automation

entertainment:
name: 'Entertainment'
initial: off
icon: mdi:television


0 comments on commit 433477c

Please sign in to comment.