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
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Plugwise python module
2
2
3
-
This module is the backend for the [`plugwise` component](https://github.com/home-assistant/core/tree/dev/homeassistant/components/plugwise) which we maintain as co-code owners Home Assistant Core.
3
+
This module is the backend for the [`plugwise` component](https://github.com/home-assistant/core/tree/dev/homeassistant/components/plugwise) in Home Assistant Core (which we maintain as co-code owners).
4
+
5
+
This module supports `Smile`s (and `Stretch`), i.e. the networked plugwise devices. For the USB (or Stick-standalone version) please refer to upcoming [`plugwise-usb` component](https://github.com/plugwise/plugwise-usb-beta).
4
6
5
7
Our main usage for this module is supporting [Home Assistant](https://www.home-assistant.io) / [home-assistant](http://github.com/home-assistant/core/)
6
8
@@ -67,15 +69,6 @@ Module providing interfacing with the Plugwise devices:
67
69
-[x] Stretch
68
70
-[ ] Some of the equipment mentioned in USB when in use via Stretch or Adam
69
71
70
-
### USB
71
-
72
-
-[x] Stick
73
-
-[x] Circle+ / Stealth+
74
-
-[x] Circle / Stealth
75
-
-[x] Scan
76
-
The devices listed below have **NOT** been tested and are therefore unknown for their correct operation
77
-
-[x] Sense
78
-
-[x] Switch
79
72
-[x][Home-Assistant](https://home-assistant.io) via
-[x][HACS](https://hacs.xyz) and `custom_component`[Plugwise Beta](https://github.com/plugwise/plugwise-beta/) (supporting all devices above)
@@ -86,6 +79,7 @@ As per the origins we have retained the appropriate licensing and including the
86
79
87
80
Origins (from newest to oldest):
88
81
82
+
- Networked (Smile/Stretch) Plugwise support by @bouwew (Bouwe) and @CoMPaTech (Tom). We both support and help out @brefra (Frank) where possible, he's supporting the USB module and integration.
89
83
- 'All' available Plugwise support by @bouwew (Bouwe), @brefra (Frank) and @CoMPaTech (Tom)
90
84
- Upstreamed haanna/HA-core Anna, including all later products - 'Plugwise-Smile/Plugwise-HA/plugwise-beta` by @bouwew (Bouwe) & @CoMPaTech (Tom)
91
85
- Networked Plugwise Anna module with custom_module - `haanna/anna-ha` via <https://github.com/laetificat> (Kevin)
0 commit comments