stockholm/krebs/2configs/shack/glados/sensors/hass.nix

6 lines
267 B
Nix
Raw Normal View History

let
2020-01-07 15:52:31 +00:00
glados = import ../lib;
in
2020-01-08 09:16:21 +00:00
(map (name: glados.esphome.temp {inherit name;}) [ "lounge" "werkstatt" "herrenklo" "dusche" "fablab" "whc" ])
++ (map (name: glados.esphome.hum {inherit name;}) [ "lounge" "werkstatt" "herrenklo" "dusche" "fablab" "whc" ])