diff --git a/README.md b/README.md index ba8f13a..050ee93 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ +[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/custom-components/hacs) + # homeassistant-vorwerk -Home assistant integration to control Vorwerk VR Vacuum cleaners + +Home assistant integration to control Vorwerk VR vacuum cleaners. + +With the new Vorwerk App and authentication the Home Assistant Neato component dropped the vorwerk support. This integration is based on the neato component with the new Vorwerk authentication flow. + +## Supported vacuum cleaners + + - VR200 + - VR300 (without map sensors) diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..ce1195c --- /dev/null +++ b/hacs.json @@ -0,0 +1,6 @@ +{ + "name": "Vorwerk Integration", + "content_in_root": true, + "country": ["DE"], + "iot_class": ["Cloud Polling"] + } \ No newline at end of file