-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b19bfb9
commit d4b829f
Showing
1 changed file
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
[![](https://img.shields.io/github/release/Jezza34000/homeassistant_weback_component/all.svg?style=for-the-badge)](https://github.com/Jezza34000/homeassistant_weback_component) | ||
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration) | ||
|
||
Home Assistant component for controling robot from brand like : Neatsvor / Tesvor / Orfeld / Abir... | ||
Home Assistant component for controlling robot from brand like : Neatsvor / Tesvor / Orfeld / Abir... | ||
Who using WeBack or Tesvor apps. | ||
|
||
## Installation | ||
|
@@ -36,9 +36,20 @@ weback_vacuum: | |
**application** : if you use "WeBack" do not try to change this field. \ | ||
**client_id**, **api_version**, **language**: seems to have no effect. Do not use it. | ||
> **Warning** : Some user are expericing problem with the use of sharing option in WeBack's app. I recommand to not use this option and remove shared account to ensure a proper working | ||
Config example : | ||
``` YAML | ||
weback_vacuum: | ||
username: [email protected] | ||
password: mysupersecuredpassword | ||
region: 33 | ||
``` | ||
> Do not use any leading/ending characters like < > " ' + | ||
Once configuration set you can restart Home Assistant. | ||
After restart, a new vacuum entity is created with the name defined into WeBack apps. | ||
Once set you can restart Home Assistant. | ||
## Important : API change since 2022 | ||
|
@@ -52,6 +63,17 @@ Go to WeBack app : | |
* Add your robot to your new account | ||
## Issues | ||
If you find any bug or you're experiencing any problem, please set your Home Assistant log level to debug before opening any issues. And provide full log. | ||
To set your HA into debug level copy this into your `configuration.yaml` : | ||
|
||
``` YAML | ||
logger: | ||
default: error | ||
logs: | ||
custom_components.weback_vacuum: debug | ||
``` | ||
|
||
|
||
|