summaryrefslogtreecommitdiff
path: root/include/py/homekit/pio
diff options
context:
space:
mode:
Diffstat (limited to 'include/py/homekit/pio')
-rw-r--r--include/py/homekit/pio/products.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/py/homekit/pio/products.py b/include/py/homekit/pio/products.py
index 388da03..c4fcd73 100644
--- a/include/py/homekit/pio/products.py
+++ b/include/py/homekit/pio/products.py
@@ -8,8 +8,8 @@ from collections import OrderedDict
_logger = logging.getLogger(__name__)
_products_dir = os.path.join(
os.path.dirname(__file__),
- '..', '..', '..',
- 'platformio'
+ '..', '..', '..', '..',
+ 'pio'
)