1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00

Add minor comment to assist development in aurora_abb_powerone (#90936)

Add comment to assist development
This commit is contained in:
Dave T 2023-05-10 14:53:00 +01:00 committed by GitHub
parent 7439ca5b1a
commit 4d26486c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@
# Developer note:
# vscode devcontainer: use the following to access USB device:
# "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