mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 04:37:52 +00:00
Add minor comment to assist development in aurora_abb_powerone (#90936)
Add comment to assist development
This commit is contained in:
parent
7439ca5b1a
commit
4d26486c98
@ -7,6 +7,8 @@
|
|||||||
# Developer note:
|
# Developer note:
|
||||||
# vscode devcontainer: use the following to access USB device:
|
# vscode devcontainer: use the following to access USB device:
|
||||||
# "runArgs": ["-e", "GIT_EDITOR=code --wait", "--device=/dev/ttyUSB0"],
|
# "runArgs": ["-e", "GIT_EDITOR=code --wait", "--device=/dev/ttyUSB0"],
|
||||||
|
# and add the following to the end of script/bootstrap:
|
||||||
|
# sudo chmod 777 /dev/ttyUSB0
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user