added van_weather

This commit is contained in:
2026-02-04 18:46:30 -05:00
parent 89e37249af
commit 557c1a4d5d
6 changed files with 348 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
{ pkgs, ... }:
{
users = {
users.hass = {
@@ -21,6 +22,7 @@
victron_modbuss = "!include ${./home_assistant/victron_modbuss.yaml}";
battery_sensors = "!include ${./home_assistant/battery_sensors.yaml}";
gps_location = "!include ${./home_assistant/gps_location.yaml}";
van_weather = "!include ${./home_assistant/van_weather_template.yaml}";
};
};
recorder = {
@@ -71,6 +73,10 @@
unifi-discovery # for ubiquiti integration
];
extraComponents = [ "isal" ];
customComponents = with pkgs.home-assistant-custom-components; [
pirate-weather
];
};
esphome = {
enable = true;