Set tuya component rather than individual packages
This commit is contained in:
parent
888486ab68
commit
39462e7915
|
@ -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 = {};
|
||||||
|
|
Loading…
Reference in a new issue