summaryrefslogtreecommitdiffstats
path: root/2configs/home
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-01-09 00:34:09 +0100
committermakefu <github@syntax-fehler.de>2023-01-09 00:34:09 +0100
commitd569f4d65ac2204d932146c6d3ad2cbf5ec18280 (patch)
tree7fa6219e5f991f22170c0747764e8078818b5f0f /2configs/home
parent716aec58fde18f90eecf68a28717c63ce33201e9 (diff)
ma ham: enable more weather services
Diffstat (limited to '2configs/home')
-rw-r--r--2configs/home/ham/sensor/outside.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/2configs/home/ham/sensor/outside.nix b/2configs/home/ham/sensor/outside.nix
index d05e8a1f6..e7467617b 100644
--- a/2configs/home/ham/sensor/outside.nix
+++ b/2configs/home/ham/sensor/outside.nix
@@ -26,5 +26,19 @@
{
platform = "met";
}
+ {
+ platform = "openweathermap";
+ api_key = "!secret openweathermap";
+ language = "de";
+ mode = "hourly";
+ }
+ {
+ platform = "tomorrowio";
+ api_key = "!secret tomorrowio";
+ }
+ { platform = "octoprint"; }
+ { platform = "accuweather";
+ api_key = "!secret accuweather";
+ }
];
}