diff options
Diffstat (limited to 'makefu/2configs/home/ham/sensor/dwd.nix')
-rw-r--r-- | makefu/2configs/home/ham/sensor/dwd.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/makefu/2configs/home/ham/sensor/dwd.nix b/makefu/2configs/home/ham/sensor/dwd.nix new file mode 100644 index 000000000..c1d55d03c --- /dev/null +++ b/makefu/2configs/home/ham/sensor/dwd.nix @@ -0,0 +1,8 @@ +{ + services.home-assistant.config.sensor = + [ + { platform = "dwd_weather_warnings"; + region_name = "Stadt Stuttgart"; + } + ]; +} |