rdehuyss / homeassistant-lovelace-google-calendar-card

A calendar card for Home Assistant using Lovelace
91 stars 14 forks source link

Request: ability to change/remove title #24

Closed samvanh closed 2 years ago

samvanh commented 5 years ago

Amazing custom card!

Would be nice if we could change/remove title in line with the normal lovelace cards.

Possible config:

type: 'custom:calendar-card'
title:  'My Calendar Title'
entities:
  - calendar.cal1
  - calendar.cal2
samvanh commented 5 years ago

Disregard, found out the title can be changed by adding a 'name' property.

type: 'custom:calendar-card'
name:  'My Calendar Title'
entities:
  - calendar.cal1
  - calendar.cal2