From 4d26486c982e1ba6373f219fbecc3e40b451b81a Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Wed, 10 May 2023 14:53:00 +0100 Subject: [PATCH] Add minor comment to assist development in aurora_abb_powerone (#90936) Add comment to assist development --- homeassistant/components/aurora_abb_powerone/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/aurora_abb_powerone/__init__.py b/homeassistant/components/aurora_abb_powerone/__init__.py index 305a42d4dcc..b5dc236dfa2 100644 --- a/homeassistant/components/aurora_abb_powerone/__init__.py +++ b/homeassistant/components/aurora_abb_powerone/__init__.py @@ -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