Compare commits

...

3 Commits

Author SHA1 Message Date
49e97e0a72 Update readme 2022-10-21 12:48:07 +02:00
0be19a6211 Update readme 2022-10-21 12:37:40 +02:00
f730b9b8c6 Update readme 2022-10-21 12:23:20 +02:00

View File

@ -1,6 +1,8 @@
Plejd integration for Home Assistant Plejd integration for Home Assistant
=== ===
No Plejd hub needed.
This integration is a work in progress. This integration is a work in progress.
I do not guarantee it will work or even that it will not harm your system. I don't see what harm it *could* cause, but I promise nothing. I do not guarantee it will work or even that it will not harm your system. I don't see what harm it *could* cause, but I promise nothing.
@ -25,3 +27,17 @@ logger:
logs: logs:
custom_components.plejd: debug custom_components.plejd: debug
``` ```
## Other integrations
Here are some other Plejd integrations by some awesome people and how this is different:
I've pulled inspiration from all of them.
| | | |
|---|---|---|
|[hassio-plejd](https://github.com/icanos/hassio-plejd) | [@icanos](https://github.com/icanos) | Works only with Home Assistant OS.<br> Requires exclusive access to the Bluetooth dongle.<br> Does not support Bluetooth Proxy. |
|[plejd2mqtt](https://github.com/thomasloven/plejd2mqtt) | [@thomasloven](https://github.com/thomasloven) | Somewhat outdated stand-alone version of the above.<br> Relies on MQTT for communication.<br> Requires exclusive access to the Bluetooth dongle.<br> Does not support Bluetooth Proxy.<br> Does not support switches or scenes. |
|[ha-plejd](https://github.com/klali/ha-plejd) | [@klali](https://github.com/klali) <br> (also check [this fork](https://github.com/bnordli/ha-plejd/tree/to-integration) by [@bnordli](https://github.com/bnordli))| Does not communicate with the Plejd API and therefore requires you to extract the cryptokey and device data from the Plejd app somehow.<br> No auto discovery.<br> Requires exclusive access to the Bluetooth dongle.<br> Does not support Bluetooth Proxy. |
| [homey-plejd](https://github.com/emilohman/homey-plejd) | [@emilohman](https://github.com/emilohman) | For Homey |
| [homebridge-plejd](https://github.com/blommegard/homebridge-plejd) | [@blommegard](https://github.com/blommegard) | For Homebridge |