From 26432dff62e9d866daee53ab21b690573bff21e1 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 27 Feb 2025 17:25:56 -0600 Subject: [PATCH] modules --- hosts/homeassistant/homeassistant.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hosts/homeassistant/homeassistant.nix b/hosts/homeassistant/homeassistant.nix index 6dc63bc..06b385e 100644 --- a/hosts/homeassistant/homeassistant.nix +++ b/hosts/homeassistant/homeassistant.nix @@ -128,10 +128,28 @@ in "subaru" "vesync" "mqtt" # Enables MQTT integration in HA + "ffmpeg" # Enables camera streams + "zha" # Enables Zigbee integration + "ota_updater" # Enables OTA updates for Zigbee devices + "steam" + ]; customComponents = with pkgs.home-assistant-custom-components; [ auth-header ]; + customLovelaceModules = with pkgs.home-assistant-lovelace; [ + atomic-calendar-revive + bubble-card + button-card + hourly-weather + mini-graph-card + mini-media-player + multiple-entity-row + mushroom + vacuum-card + weather-chart-card + zigbee2mqtt-networkmap + ]; # use postgresql instead of sqlite extraPackages = ps: with ps; [ # Core functionality