summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/glados/sensors/hass.nix
blob: 997344366984ab49f53ece781801519989c7566f (plain)
1
2
3
4
5
let
  glados = import ../lib;
in
     (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" ])