From 057deb56cb214ca9b7b75ee7ba2462a666143752 Mon Sep 17 00:00:00 2001 From: Simon Elsbrock Date: Sat, 23 Dec 2023 21:30:45 +0100 Subject: [PATCH] fix: develop script to use poetry --- scripts/develop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/develop b/scripts/develop index 89eda50..137d704 100755 --- a/scripts/develop +++ b/scripts/develop @@ -11,7 +11,7 @@ if [[ ! -d "${PWD}/config" ]]; then fi # Set the path to custom_components -## This let's us have the structure we want /custom_components/integration_blueprint +## This let's us have the structure we want /custom_components/cowboy ## while at the same time have Home Assistant configuration inside /config ## without resulting to symlinks. export PYTHONPATH="${PYTHONPATH}:${PWD}/custom_components"