Correct roomba python Library (#16009)

This commit is contained in:
Diogo Gomes 2020-12-26 13:58:33 +00:00 committed by GitHub
parent 33ad6098ef
commit b83f2586ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ Please refer to [here](https://github.com/NickWaterton/Roomba980-Python#how-to-g
For Home Assistant Container, the following command retrieves the BLID (username) and password: For Home Assistant Container, the following command retrieves the BLID (username) and password:
```shell ```shell
docker exec -it CONTAINER_NAME_OR_ID python -c 'import roomba.entry_points; roomba.entry_points.password()' ROOMBA_IP docker exec -it CONTAINER_NAME_OR_ID python -c 'import roombapy.entry_points; roombapy.entry_points.password()' ROOMBA_IP
``` ```
<div class='note'> <div class='note'>