ma ham: add tile
This commit is contained in:
parent
34bb01a65e
commit
5460666b4c
4
0tests/data/secrets/hass/tile.nix
Normal file
4
0tests/data/secrets/hass/tile.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
username = "lol";
|
||||
password = "wut";
|
||||
}
|
|
@ -23,6 +23,7 @@ in {
|
|||
# ./multi/fliegen-couter.nix
|
||||
|
||||
./device_tracker/openwrt.nix
|
||||
./device_tracker/tile.nix
|
||||
|
||||
./sensor/outside.nix
|
||||
|
||||
|
|
10
2configs/home/ham/device_tracker/tile.nix
Normal file
10
2configs/home/ham/device_tracker/tile.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
|
||||
services.home-assistant.config.device_tracker =
|
||||
[
|
||||
{ inherit (import <secrets/hass/tile.nix>) username password;
|
||||
platform = "tile";
|
||||
show_inactive = true;
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue