service/home-automation: add esphome to hass

This commit is contained in:
Felix Buehler 2023-11-27 23:17:46 +01:00
parent b1468098ff
commit fbec192d33

View file

@ -109,6 +109,7 @@ in
extraComponents = [ extraComponents = [
"backup" "backup"
"esphome"
"prometheus" "prometheus"
] ++ cfg.extraComponents; ] ++ cfg.extraComponents;
}; };