mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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:
|
||||
|
||||
```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'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user