Update roomba.markdown (#15436)

Line 107. Changed function to fix a typo
This commit is contained in:
dmunozv04 2020-10-27 22:18:12 +01:00 committed by GitHub
parent 8bc34f551e
commit 4c02deff35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,6 @@ docker exec -it CONTAINER_NAME_OR_ID python -c 'import roomba.entry_points; room
<div class='note'>
The command to retrieve the credentials does not need any additional software to be installed because it uses the built-in [roombapy](https://github.com/pschmitt/roombapy) package and [password](https://github.com/pschmitt/roombapy/blob/1.6.1/roomba/entry_points.py#L20) funciton deployed with Home Assistant.
The command to retrieve the credentials does not need any additional software to be installed because it uses the built-in [roombapy](https://github.com/pschmitt/roombapy) package and [password](https://github.com/pschmitt/roombapy/blob/1.6.1/roomba/entry_points.py#L20) function deployed with Home Assistant.
</div>