[NixOS] More home-assistant fix

This commit is contained in:
2025-01-17 01:59:55 -07:00
parent aba47c6ce9
commit 4f573be120

View File

@@ -16,12 +16,12 @@
services.home-assistant = { services.home-assistant = {
enable = true; enable = true;
config = {
extraComponents = [ extraComponents = [
"esphome" "esphome"
"met" "met"
"radio_browser" "radio_browser"
]; ];
config = {
config = { config = {
default_config = {}; default_config = {};
met = {}; met = {};