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
|
# HACS
|
||||||
aiogithubapi
|
aiogithubapi
|
||||||
];
|
];
|
||||||
|
customComponents = with pkgs.unstable.home-assistant-custom-components; [
|
||||||
|
alarmo
|
||||||
|
adaptive_lighting
|
||||||
|
ingress
|
||||||
|
];
|
||||||
|
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||||
|
auto-entities
|
||||||
|
];
|
||||||
config = {
|
config = {
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
name = "Home";
|
name = "Home";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue