Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.14 KB

info.md

File metadata and controls

36 lines (27 loc) · 1.14 KB

Lovelace Google Keep card

This is a companion card for Google Keep sensor. It displays notes downloaded by integration in a friendly way, similar to Google Keep app.

Example

Configuration options

Key Type Required Default Description
title string False - Desired title of a card
entity string True - ID of Google Keep sensor
theme string False light Theme to be used for notes. Possible values: light, dark
alpha float False 1 Level of transparency used for notes (0 - fully transparent, 1 - not transparent)
show list True - List of sections that should be displayed. Possible values: checked, unchecked

Example usage:

views:
- name: Example
  cards:
    - type: custom:google-keep-card
      entity: sensor.google_keep_12345
      theme: dark
      alpha: 0.7
      show:
        - checked
        - unchecked

FAQ

  • Does this card allow editing notes?

    No, right now it provides read-only view of notes.