diff options
author | makefu <github@syntax-fehler.de> | 2020-03-03 21:19:19 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-03-03 21:19:19 +0100 |
commit | 0f93e2d02aa7bd63771a3ad41b0b0ffffbc0c564 (patch) | |
tree | 212aa8af809046a2c2e06363570793938109b585 /makefu/2configs/ham/sensor | |
parent | e1d6406fbd7be66bd4a2ebd08c568a19ee09f906 (diff) |
ma ham: cleanup
Diffstat (limited to 'makefu/2configs/ham/sensor')
-rw-r--r-- | makefu/2configs/ham/sensor/outside.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/makefu/2configs/ham/sensor/outside.nix b/makefu/2configs/ham/sensor/outside.nix index 8436b8de2..c46b35ba3 100644 --- a/makefu/2configs/ham/sensor/outside.nix +++ b/makefu/2configs/ham/sensor/outside.nix @@ -17,10 +17,4 @@ units = "si" ; scan_interval = "00:30:00"; } - { platform = "luftdaten"; - name = "Muehlhausen"; - show_on_map = true; - sensor_id = "679"; - sensors.monitored_conditions = [ "P1" "P2" ]; - } ] |