From 877504bde975f8c3494ba4cccfa5009e89f167b4 Mon Sep 17 00:00:00 2001 From: Travis Carr Date: Mon, 8 Feb 2021 13:44:11 -0500 Subject: [PATCH] Update hacs.json to unblock HACS issue (#108) * Update hacs.json to unblock HACS issue, add version key --- custom_components/remote_homeassistant/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/remote_homeassistant/manifest.json b/custom_components/remote_homeassistant/manifest.json index 093eb40..dc696fc 100644 --- a/custom_components/remote_homeassistant/manifest.json +++ b/custom_components/remote_homeassistant/manifest.json @@ -12,5 +12,6 @@ "requirements": [], "zeroconf": [ "_home-assistant._tcp.local." - ] + ], + "version": "3.1" }