diff options
author | makefu <github@syntax-fehler.de> | 2021-03-17 20:04:13 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-03-17 20:04:13 +0100 |
commit | 3c2c66901119ab003f2cab80d0352c0e9f3d4d65 (patch) | |
tree | 5704f51025930448f6a836f666fb3302eb989739 /makefu/2configs/bureautomation/sensor | |
parent | 4a137b66b5e6f64194c008e2585b97c1c8432d08 (diff) |
ma bureautomation: fix runtime issues
Diffstat (limited to 'makefu/2configs/bureautomation/sensor')
-rw-r--r-- | makefu/2configs/bureautomation/sensor/outside.nix | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/makefu/2configs/bureautomation/sensor/outside.nix b/makefu/2configs/bureautomation/sensor/outside.nix index b5d25ecd3..e7b4d9a7c 100644 --- a/makefu/2configs/bureautomation/sensor/outside.nix +++ b/makefu/2configs/bureautomation/sensor/outside.nix @@ -20,10 +20,13 @@ units = "si" ; scan_interval = "00:30:00"; } - { platform = "luftdaten"; - name = "Ditzingen"; - sensorid = "5341"; - monitored_conditions = [ "P1" "P2" ]; - } ]; + services.home-assistant.config.luftdaten = { + sensor_id = "26237"; + show_on_map = true; + sensors.monitored_conditions = [ + "P1" + "P2" + ]; + }; } |