thomasloven / hass-lovelace_gen

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

YAMLException: unknown tag !<!include> #14

Closed CarpeDiemRo closed 4 years ago

CarpeDiemRo commented 4 years ago

I was using non-yaml Lovelace UI and I was trying to add an !include YAML file. It was unsuccessfully. YAMLException: unknown tag !<!include> message was returned

Furthermore, I switched to the YAML mode of Lovelace and I installed _lovelacegen. Unfortunately, the result was the same. Screenshot 2020-05-14 at 12 23 40 Screenshot 2020-05-14 at 12 30 30

What can I do?

thomasloven commented 4 years ago

That's a screenshot from the RAW GUI editor - which is disabled in yaml mode. Did you click the YAML mode link in the readme?

CarpeDiemRo commented 4 years ago

Meanwhile I made another configuration and everything works just fine.