From 3949e24148f7bad9fffd161e4f6163cfab80d3b7 Mon Sep 17 00:00:00 2001 From: Myztillx <33730898+Myztillx@users.noreply.github.com> Date: Thu, 4 Mar 2021 08:54:48 -0500 Subject: [PATCH] Update manifest.json Include version in manifest.json to conform to custom component breaking change (https://github.com/home-assistant/core/pull/45919). --- custom_components/places/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/places/manifest.json b/custom_components/places/manifest.json index e9fdba15..0e35e34a 100644 --- a/custom_components/places/manifest.json +++ b/custom_components/places/manifest.json @@ -1,6 +1,7 @@ { "domain": "places", "name": "Places", + "version":"1.9", "documentation": "https://github.com/custom_components/places", "dependencies": ["device_tracker"], "codeowners": ["@tenly2000","@iantrich"],