summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham
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
commit1929733c03dbff92f830cb81b57cf4ccf859d364 (patch)
tree87446e773d759b130949369db89cdcb3e27522be /makefu/2configs/home/ham
parent5f6517df30c94929044ae686e547b178e75cf621 (diff)
ma ham: enable more weather services
Diffstat (limited to 'makefu/2configs/home/ham')
-rw-r--r--makefu/2configs/home/ham/sensor/outside.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/makefu/2configs/home/ham/sensor/outside.nix b/makefu/2configs/home/ham/sensor/outside.nix
index d05e8a1f..e7467617 100644
--- a/makefu/2configs/home/ham/sensor/outside.nix
+++ b/makefu/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";
+ }
];
}