summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham/device_tracker/tile.nix
blob: ad1e6c15dc132e815edf55fafcb4f8abf081c15e (plain)
1
2
3
4
5
6
7
8
9
10
{

  services.home-assistant.config.device_tracker =
  [
    { inherit (import <secrets/hass/tile.nix>) username password;
      platform = "tile";
      show_inactive = true;
    }
  ];
}