From b15ff994aca2969fd7097ace0fecd03f604fcdc1 Mon Sep 17 00:00:00 2001 From: thomasgermain <12560542+thomasgermain@users.noreply.github.com> Date: Thu, 19 Aug 2021 13:07:59 +0200 Subject: [PATCH] 1.8.0 release --- custom_components/multimatic/const.py | 2 +- custom_components/multimatic/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/multimatic/const.py b/custom_components/multimatic/const.py index fdffc89..6d34d7d 100644 --- a/custom_components/multimatic/const.py +++ b/custom_components/multimatic/const.py @@ -72,5 +72,5 @@ HVAC_STATUS: None, FACILITY_DETAIL: timedelta(days=1), GATEWAY: timedelta(days=1), - EMF_REPORTS: timedelta(hours=4), + EMF_REPORTS: timedelta(minutes=30), } diff --git a/custom_components/multimatic/manifest.json b/custom_components/multimatic/manifest.json index 6eabb84..e9c2961 100644 --- a/custom_components/multimatic/manifest.json +++ b/custom_components/multimatic/manifest.json @@ -14,6 +14,6 @@ "codeowners": [ "@thomasgermain" ], - "version": "1.8.0b0", + "version": "1.8.0", "iot_class": "cloud_polling" }