This commit is contained in:
mjallen18
2025-02-27 17:25:56 -06:00
parent a6879a6134
commit 26432dff62

View File

@@ -128,10 +128,28 @@ in
"subaru" "subaru"
"vesync" "vesync"
"mqtt" # Enables MQTT integration in HA "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; [ customComponents = with pkgs.home-assistant-custom-components; [
auth-header 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 # use postgresql instead of sqlite
extraPackages = ps: with ps; [ extraPackages = ps: with ps; [
# Core functionality # Core functionality