Skip to content

Commit 907be20

Browse files
authored
Small updates (direct master apply)
1 parent 049535c commit 907be20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A fully asynchronous approach to supporting Plugwise devices. This repository is
1111

1212
- [x] The current (feb/mar/apr 2020) `plugwise` HA-core component only supports Anna devices (both v1 and v3)
1313
- [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`
1515

1616
### Required python module (status)
1717

@@ -28,9 +28,9 @@ A fully asynchronous approach to supporting Plugwise devices. This repository is
2828
## What can I expect in HA from this component
2929

3030
- `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)
3232
- `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)
3434

3535
## How to set-up?
3636

0 commit comments

Comments
 (0)