[NixOS] Add home-assistant components needed to complete onboarding
This commit is contained in:
@@ -23,6 +23,12 @@
|
|||||||
# longitude = "-106.52015264624013";
|
# longitude = "-106.52015264624013";
|
||||||
unit_system = "imperial";
|
unit_system = "imperial";
|
||||||
time_zone = "UTC";
|
time_zone = "UTC";
|
||||||
|
extraComponents = [
|
||||||
|
# Components required to complete the onboarding
|
||||||
|
"esphome"
|
||||||
|
"met"
|
||||||
|
"radio_browser"
|
||||||
|
];
|
||||||
config = {
|
config = {
|
||||||
default_config = {};
|
default_config = {};
|
||||||
met = {};
|
met = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user