feat(home-assistant): add custom components & lovelace modules
This commit is contained in:
parent
aa5eacff73
commit
e5051cc64c
1 changed files with 8 additions and 0 deletions
|
|
@ -76,6 +76,14 @@ in
|
|||
# HACS
|
||||
aiogithubapi
|
||||
];
|
||||
customComponents = with pkgs.unstable.home-assistant-custom-components; [
|
||||
alarmo
|
||||
adaptive_lighting
|
||||
ingress
|
||||
];
|
||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||
auto-entities
|
||||
];
|
||||
config = {
|
||||
homeassistant = {
|
||||
name = "Home";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue