From 0221c755bbd7381aacddb41aab457eec39c30cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 9 Jul 2022 14:25:43 +0200 Subject: [PATCH] Remove templating from info (#2778) --- info.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/info.md b/info.md index 52b0cdea6..26525493a 100644 --- a/info.md +++ b/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/)