Skip to content

Custom Home Assistant Lovelace card to display Markdown formatted text from an entity state

Notifications You must be signed in to change notification settings

gadgetchnnel/lovelace-entity-markdown-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

lovelace-entity-markdown-card

Custom Home Assistant Lovelace card to display Markdown formatted text from an entity state

Example usage

- type: custom:entity-markdown
  title: Markdown Sample
  entity: sensor.markdown_test

This uses a template sensor defined like this:

sensors:
  - platform: template
    sensors:
      markdown_test:
        friendly_name: Markdown Test
        value_template: |
          This is **some text** which is *formatted using* [Markdown](https://en.wikipedia.org/wiki/Markdown)
          This supports
          multiple lines
          > Some quoted text here.

example

About

Custom Home Assistant Lovelace card to display Markdown formatted text from an entity state

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published