From 986f7e1b83ffcdef04d547c1ae22d10d30f39693 Mon Sep 17 00:00:00 2001 From: Ben Lebherz Date: Sun, 29 Sep 2019 16:01:40 +0200 Subject: [PATCH] add a valid hacs.json --- apps/notifreeze/notifreeze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/notifreeze/notifreeze.py b/apps/notifreeze/notifreeze.py index a6b844e..6f3ab71 100644 --- a/apps/notifreeze/notifreeze.py +++ b/apps/notifreeze/notifreeze.py @@ -17,7 +17,7 @@ APP_NAME = "NotiFreeze" APP_ICON = "❄️ " -APP_VERSION = "0.4.0" +APP_VERSION = "0.4.1" # state set by home assistant if entity exists but no state STATE_UNKNOWN = "unknown"