Skip to content

Commit 43dc5da

Browse files
committed
Simplify command to drop into HA Docker container
1 parent 8368509 commit 43dc5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TOOLS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ disable ZHA to run any of the tools:
3939
2. Drop into a regular shell by running `login`.
4040
3. At the root shell, log into the main Home Assistant Docker container:
4141
```bash
42-
docker exec -it $(docker ps -f name=homeassistant -q) bash
42+
docker exec -it homeassistant bash
4343
```
4444

4545
4. Since ZHA is still using your Zigbee radio, you must temporarily *disable* the ZHA

0 commit comments

Comments
 (0)