modules
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user