Skip to content

blaksec/homeassistant-lovelace-google-calendar-card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Calendar Card for Home Assistant

Updates

  • 2018-08-18: major rewrite, see updated installation instructions
  • 2018-08-14: Correct use of hass.callApi to support new Authentication System, multi-locale and theming support, added caching
  • 2018-08-11: First release

Usage

Prerequisites

You should have setup Google calendar integration or Caldav integration in HomeAssistant.

Configuration

In your ui-lovelace.yaml

resources:
  - url: https://unpkg.com/[email protected]/moment.js
    type: js
  - url: /local/calendar-card.js
    type: module
...

- type: "custom:calendar-card"
      entities: 
        - calendar.ronald_dehuysser
        - calendar.contacts

- type: "custom:calendar-card"
      name: "Birthdays"
      showProgressBar: false
      entities: 
        - calendar.contacts

You want more than 5 Google events?

Using docker-compose and sed change the 'maxResults': 5 in /homeassistant/components/calendar/google.py to a number of your liking.

About

A calendar card for Home Assistant using Lovelace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%