feat(home-assistant): add custom components & lovelace modules

This commit is contained in:
Felix Schröter 2026-01-10 13:20:40 +01:00
parent aa5eacff73
commit e5051cc64c
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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";