mrpharderwijk / hass-nolu

Nolu a Home Assistant framework for Lovelace
9 stars 1 forks source link

Markdown type card #4

Closed damianeickhoff closed 3 years ago

damianeickhoff commented 3 years ago

Seems like there is an issue with the markdown type card. If you define a Markdown card underneath the widgets and give it some content, It always return "just a markdown"

for example:

home:
  title: 'Home'
  icon: 'mdi:home-assistant'
  url: 'home'
  show_in_navbar: true
  show_header: true
  rows:
    - widgets:
        - type: default_weather
          entity: weather.thuis
        - type: markdown
          content: |
            hello, {{user}}

results in this: image