Remove templating from info (#2778)

This commit is contained in:
Joakim Sørensen
2022-07-09 14:25:43 +02:00
committed by GitHub
parent 30fb443edb
commit 0221c755bb

14
info.md
View File

@ -1,17 +1,3 @@
{%- if version_installed == "main" %}
## You are running main!
This is **only** intended for development!
{%- elif (version_installed.split(".")[0] | int) < 1 %}
# Breaking changes!
Read the release notes!
https://github.com/hacs/integration/releases/tag/1.0.0
{% endif %}
## Useful links
- [General documentation](https://hacs.xyz/)