From ae704fa9a63f2448b82643565065c6afbffe0dd5 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Wed, 20 May 2020 18:03:49 +0200 Subject: [PATCH 1/2] Add return_temperature sensor --- custom_components/plugwise-beta/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/plugwise-beta/sensor.py b/custom_components/plugwise-beta/sensor.py index bfb583c7e..631092ad4 100644 --- a/custom_components/plugwise-beta/sensor.py +++ b/custom_components/plugwise-beta/sensor.py @@ -78,6 +78,7 @@ "outdoor_temperature": ATTR_TEMPERATURE, "illuminance": ATTR_ILLUMINANCE, "water_temperature": ATTR_TEMPERATURE, + "return_temperature": ATTR_TEMPERATURE, "electricity_consumed_off_peak_point": [ "Current Consumed Power (off peak)", "W", From 6655a17fa867f3e6fbe3ac5b3524dbc7bce0fa83 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Wed, 20 May 2020 18:04:37 +0200 Subject: [PATCH 2/2] Link to Smile v0.2.11 --- custom_components/plugwise-beta/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/plugwise-beta/manifest.json b/custom_components/plugwise-beta/manifest.json index f52497d72..64f47e852 100644 --- a/custom_components/plugwise-beta/manifest.json +++ b/custom_components/plugwise-beta/manifest.json @@ -2,7 +2,7 @@ "domain": "plugwise-beta", "name": "Plugwise Beta for Home Assistant", "documentation": "https://github.com/plugwise/plugwise-beta", - "requirements": ["Plugwise_Smile==0.2.10"], + "requirements": ["Plugwise_Smile==0.2.11"], "dependencies": [], "codeowners": ["@CoMPaTech","@bouwew"], "config_flow": true