Add HomeAssistant on kernighan
This commit is contained in:
parent
48f9ccd519
commit
d03872f7f8
|
@ -0,0 +1,16 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
services.home-assistant = {
|
||||
enable: true;
|
||||
extraComponents = [
|
||||
"esphome"
|
||||
"met"
|
||||
"radio_browser"
|
||||
];
|
||||
config = {
|
||||
default_config = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue