We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dcf183 + 6655a17 commit 499e4e2Copy full SHA for 499e4e2
custom_components/plugwise-beta/manifest.json
@@ -2,7 +2,7 @@
2
"domain": "plugwise-beta",
3
"name": "Plugwise Beta for Home Assistant",
4
"documentation": "https://github.com/plugwise/plugwise-beta",
5
- "requirements": ["Plugwise_Smile==0.2.10"],
+ "requirements": ["Plugwise_Smile==0.2.11"],
6
"dependencies": [],
7
"codeowners": ["@CoMPaTech","@bouwew"],
8
"config_flow": true
custom_components/plugwise-beta/sensor.py
@@ -78,6 +78,7 @@
78
"outdoor_temperature": ATTR_TEMPERATURE,
79
"illuminance": ATTR_ILLUMINANCE,
80
"water_temperature": ATTR_TEMPERATURE,
81
+ "return_temperature": ATTR_TEMPERATURE,
82
"electricity_consumed_off_peak_point": [
83
"Current Consumed Power (off peak)",
84
"W",
0 commit comments