mirror of
https://github.com/hacs/integration.git
synced 2025-07-20 18:20:50 +00:00
Remove templating from info (#2778)
This commit is contained in:
14
info.md
14
info.md
@ -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/)
|
||||
|
Reference in New Issue
Block a user