From 9488f77a215fdb85c364ff3127b10f2afbd2ad8d Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Sat, 5 Aug 2023 20:50:07 +0000 Subject: [PATCH] Version bump --- custom_components/greeneye_monitor/manifest.json | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/greeneye_monitor/manifest.json b/custom_components/greeneye_monitor/manifest.json index 0c67f3f..9971174 100644 --- a/custom_components/greeneye_monitor/manifest.json +++ b/custom_components/greeneye_monitor/manifest.json @@ -9,5 +9,5 @@ "iot_class": "local_push", "loggers": ["greeneye"], "requirements": ["greeneye_monitor==4.0"], - "version": "2023.05.30" + "version": "2023.08.05" } diff --git a/hacs.json b/hacs.json index 713601f..5ab6da2 100644 --- a/hacs.json +++ b/hacs.json @@ -3,5 +3,5 @@ "hacs": "1.32.1", "domains": ["number", "sensor"], "iot_class": "Cloud Polling", - "homeassistant": "2023.5.2" + "homeassistant": "2023.8.1" }