Skip to content

Commit 992fa15

Browse files
DrJeffmaxandersen
authored andcommitted
fix bash line for autocomplete (#148)
1 parent a4e0011 commit 992fa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ For bash:
356356

357357
.. code:: bash
358358
359-
eval "$(_FOO_BAR_COMPLETE=source foo-bar)"
359+
eval "$(_HASS_CLI_COMPLETE=source hass-cli)"
360360
..
361361
362362
Once enabled there is autocompletion for commands and for certain attributes like entities:

0 commit comments

Comments
 (0)