Set tuya component rather than individual packages

This commit is contained in:
Alejandro Angulo 2023-11-19 08:42:21 -08:00
parent 888486ab68
commit 39462e7915
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -29,15 +29,10 @@ in {
with python3packages; [ with python3packages; [
# postgresql support # postgresql support
psycopg2 psycopg2
# video support
ha-ffmpeg
# tuya needed for default config
tuya-iot-py-sdk
]; ];
extraComponents = [ extraComponents = [
"hue" "hue"
"tuya"
]; ];
config = { config = {
default_config = {}; default_config = {};