Skip to content

Commit 499e4e2

Browse files
authored
Merge pull request #67 from plugwise/feat_#65
2nd part of implementation of feature requested in #65
2 parents 3dcf183 + 6655a17 commit 499e4e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

custom_components/plugwise-beta/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "plugwise-beta",
33
"name": "Plugwise Beta for Home Assistant",
44
"documentation": "https://github.com/plugwise/plugwise-beta",
5-
"requirements": ["Plugwise_Smile==0.2.10"],
5+
"requirements": ["Plugwise_Smile==0.2.11"],
66
"dependencies": [],
77
"codeowners": ["@CoMPaTech","@bouwew"],
88
"config_flow": true

custom_components/plugwise-beta/sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"outdoor_temperature": ATTR_TEMPERATURE,
7979
"illuminance": ATTR_ILLUMINANCE,
8080
"water_temperature": ATTR_TEMPERATURE,
81+
"return_temperature": ATTR_TEMPERATURE,
8182
"electricity_consumed_off_peak_point": [
8283
"Current Consumed Power (off peak)",
8384
"W",

0 commit comments

Comments
 (0)