Add hacs.json and upates README

This commit is contained in:
Michael Graf 2021-03-20 16:47:50 +01:00
parent dc15e65ae1
commit ae991d118f
2 changed files with 17 additions and 1 deletions

View File

@ -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)

6
hacs.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "Vorwerk Integration",
"content_in_root": true,
"country": ["DE"],
"iot_class": ["Cloud Polling"]
}