thomasloven / hass-lovelace_gen

🔹 Improve the lovelace yaml parser for Home Assistant
MIT License
218 stars 22 forks source link

Configuration errors detected: unknown tag !<!include> #53

Closed sagilo closed 1 year ago

sagilo commented 1 year ago

Using latest HA version 2023.9.2 Frontend 20230911.0 - latest

UI doesnt accept the !include in any way, not sure what I am missing as I copied most of the configuration from the readme in the repo

image

My card:

type: horizontal-stack
cards:
  - !include
    - button_mobile_light_card.yaml
    - entity: light.living_room
      name: Main

button_mobile_light_card.yaml exists and has simple card layout for testing so it doesn't seem to be the issue

thomasloven commented 1 year ago

https://github.com/thomasloven/hass-lovelace_gen#usage

It's obviously only useful if you are using YAML mode.

sagilo commented 1 year ago

https://github.com/thomasloven/hass-lovelace_gen#usage

It's obviously only useful if you are using YAML mode.

The link is dead - https://www.home-assistant.io/dashboards/dashboards-and-views

thomasloven commented 1 year ago

Still, the point is that this is for use in yaml files. Not from the frontend GUI.