summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham/sensor/dwd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/home/ham/sensor/dwd.nix')
-rw-r--r--makefu/2configs/home/ham/sensor/dwd.nix8
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 00000000..c1d55d03
--- /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";
+ }
+ ];
+}