diff --git a/components/packages/google.yaml b/components/packages/google.yaml new file mode 100755 index 0000000..eb117dc --- /dev/null +++ b/components/packages/google.yaml @@ -0,0 +1,3 @@ +google: + client_id: !secret google_client_id + client_secret: !secret google_client_secret \ No newline at end of file diff --git a/components/tts/google.yaml b/components/tts/google.yaml deleted file mode 100755 index cd48d78..0000000 --- a/components/tts/google.yaml +++ /dev/null @@ -1,6 +0,0 @@ -platform: google_translate -language: sv -cache: true -base_url: !secret google_tts_url -cache_dir: /tmp/tts -time_memory: 300 \ No newline at end of file diff --git a/lovelace/information.yaml b/lovelace/information.yaml index d4be07e..f687c69 100755 --- a/lovelace/information.yaml +++ b/lovelace/information.yaml @@ -28,4 +28,16 @@ cards: - gräs - hassel - Sälg / vide - - Ambrosia \ No newline at end of file + - Ambrosia + + - type: custom:calendar-card + title: "Kalender" + progressBar: true + entities: + - calendar.familjenkernehed_gmail_com + - calendar.f2012_ik_huge_fb + - calendar.isabelle_kernehed_gmail_com + - calendar.jobb_kalendern + - calendar.oskarkernehed_gmail_com + - calendar.spelschema_hammarby_if + - calendar.hockeyskola_ik_huge_ih \ No newline at end of file diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 37cdba6..23f3f09 100755 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -37,6 +37,8 @@ resources: type: module - url: /community_plugin/lovelace-google-keep-card/google-keep-card.js type: module + - url: /community_plugin/calendar-card/calendar-card.js + type: js title: Kernehed Manison views: - !include lovelace/home.yaml