thomasloven / hass-lovelace_gen

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

Handle document separator at beginning of files #37

Closed rohankapoorcom closed 2 years ago

rohankapoorcom commented 2 years ago

Currently lovelace_gen will ignore files that utilize the document separator --- which is recommended by yamllint. This PR allows for the document separator to be present allowing lovelace_gen to work on files that yamllint will also lint happily.