From 994e03ccb6aab1e5d9d980b8e5b6eb89e16a2c89 Mon Sep 17 00:00:00 2001 From: aquesnel <131881+aquesnel@users.noreply.github.com> Date: Fri, 9 Oct 2020 11:08:16 -0400 Subject: [PATCH] Update roomba.markdown (#14473) --- source/_integrations/roomba.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/roomba.markdown b/source/_integrations/roomba.markdown index e49507045db..213ca18c20f 100644 --- a/source/_integrations/roomba.markdown +++ b/source/_integrations/roomba.markdown @@ -95,3 +95,15 @@ roomba: ### Retrieving your credentials Please refer to [here](https://github.com/NickWaterton/Roomba980-Python#how-to-get-your-usernameblid-and-password) or [here](https://github.com/koalazak/dorita980#how-to-get-your-usernameblid-and-password) to retrieve both the BLID (username) and the password. + +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 +``` + +