summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham/sensor/dwd.nix
blob: c1d55d03cdeaa20e577112d7dcb77419792196a6 (plain)
1
2
3
4
5
6
7
8
{
  services.home-assistant.config.sensor =
    [
      { platform = "dwd_weather_warnings";
        region_name = "Stadt Stuttgart";
      }
  ];
}