ma ham: add tile
This commit is contained in:
parent
14f05eb886
commit
33d13bff84
4
makefu/0tests/data/secrets/hass/tile.nix
Normal file
4
makefu/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
|
# ./multi/fliegen-couter.nix
|
||||||
|
|
||||||
./device_tracker/openwrt.nix
|
./device_tracker/openwrt.nix
|
||||||
|
./device_tracker/tile.nix
|
||||||
|
|
||||||
./sensor/outside.nix
|
./sensor/outside.nix
|
||||||
|
|
||||||
|
10
makefu/2configs/home/ham/device_tracker/tile.nix
Normal file
10
makefu/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 New Issue
Block a user