removed bug-causing issue

This commit is contained in:
Nickiel12 2024-08-18 17:46:03 -07:00
parent 298c851efc
commit f40adac04e

View file

@ -11,12 +11,10 @@
# automatically picked up. # automatically picked up.
extraComponents = [ extraComponents = [
"tasmota" "tasmota"
"mqtt"
]; ];
config = { config = {
mqtt = {
broker = "0.0.0.0";
};
}; };
}; };