mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Correct roomba python Library (#16009)
This commit is contained in:
parent
33ad6098ef
commit
b83f2586ed
@ -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'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user