You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A fully asynchronous approach to supporting Plugwise devices. This repository is
11
11
12
12
-[x] The current (feb/mar/apr 2020) `plugwise` HA-core component only supports Anna devices (both v1 and v3)
13
13
-[x] This module supports all devices as indicated on the [Plugwise-Smile](https://github.com/plugwise/Plugwise-Smile) repository page
14
-
-[ ]There is no pending PR for HA-core yet, still ironing out the kinks together with **you** using this module
14
+
-[ ][PR](https://github.com/home-assistant/core/pull/33691) for HA-core is out, but we will continue ironing out the kinks together with **you** using this `custom_module`
15
15
16
16
### Required python module (status)
17
17
@@ -28,9 +28,9 @@ A fully asynchronous approach to supporting Plugwise devices. This repository is
28
28
## What can I expect in HA from this component
29
29
30
30
-`climate`: A (number of) thermostat(s) visible in HA, including temperature, presets and heating-demand status, per thermostat. Also, setting of temperature, preset and switching the active schedule on and off.
31
-
-`sensor`: A number of sensoric values depending on your hardware (Outdoor temperature, Anna's illuminance, Plug power-usage, P1 values)
31
+
-`sensor` and `binary_sensor`: A number of sensoric values depending on your hardware (Outdoor temperature, Anna's illuminance, Plug power-usage, P1 values)
32
32
-`switch`: Plugs are available as switches, also switching them on/off is supported.
33
-
-`water_heater`: When your heating system connected to the Smile/Adam supports heating of tap-water, the status of this function is shown via the water_heater entity icon, next to the status of the normal heating function (idle/heating/hot_water)
33
+
-`water_heater`: When your heating system connected to the Smile/Adam supports heating of tap-water, the status of this function is shown via the water_heater entity icon, next to the status of the normal heating function (idle/heating/hot_water) - **note** this is not available on all platforms (there is logic in place deciding if you need this as a seperate entity)
0 commit comments