[NixOS] Fix home assistant config

This commit is contained in:
2025-01-17 01:57:33 -07:00
parent 14d24534f9
commit aba47c6ce9

View File

@@ -17,24 +17,15 @@
services.home-assistant = { services.home-assistant = {
enable = true; enable = true;
config = { config = {
homeassistant = { extraComponents = [
name = "140 Hurd Lane #B104"; "esphome"
# latitude = "39.631431415930564"; "met"
# longitude = "-106.52015264624013"; "radio_browser"
unit_system = "imperial"; ];
time_zone = "UTC"; config = {
extraComponents = [ default_config = {};
# Components required to complete the onboarding met = {};
"esphome"
"met"
"radio_browser"
];
config = {
default_config = {};
met = {};
};
}; };
feedreader.urls = [ "https://nixos.org/blogs.xml" ];
}; };
}; };