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