From 4b2bfae626e5b8adbf76cd08dd10b38b5ac15693 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Tue, 10 Aug 2021 11:07:21 -0700 Subject: [PATCH] v0.3.5 - adds ability to not auto-reset and trigger it. --- custom_components/daily/const.py | 2 +- custom_components/daily/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/daily/const.py b/custom_components/daily/const.py index 0e9541f..04f4c0a 100644 --- a/custom_components/daily/const.py +++ b/custom_components/daily/const.py @@ -3,7 +3,7 @@ DOMAIN = "daily" NAME = "Daily Sensor" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.3.4" +VERSION = "0.3.5" ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues" diff --git a/custom_components/daily/manifest.json b/custom_components/daily/manifest.json index 819ffe0..e689c00 100644 --- a/custom_components/daily/manifest.json +++ b/custom_components/daily/manifest.json @@ -10,5 +10,5 @@ "homekit": {}, "dependencies": [], "codeowners": ["@jeroenterheerdt"], - "version": "0.3.4" + "version": "0.3.5" }