🔧 [pi4] Remove roombapy, add phillips Hue dependency

This commit is contained in:
2025-08-23 12:22:09 +00:00
parent c4c7e95e7d
commit 9f5022a6f0

View File

@ -15,8 +15,8 @@ in
py: with py; [
# Postgres
psycopg2
# Roomba
roombapy
# Phillips hue
aiohue
];
}).overrideAttrs
(oldAttrs: {