ma ham: enable find_phone, urlaub
This commit is contained in:
parent
d9564135e2
commit
a69d49aae3
32
2configs/home/ham/automation/find_phone.nix
Normal file
32
2configs/home/ham/automation/find_phone.nix
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
services.home-assistant.config.script = {
|
||||
find_felix_phone.sequence = [
|
||||
{
|
||||
service = "notify.mobile_app_pixel_3a";
|
||||
data = {
|
||||
title= "Finde Mich!";
|
||||
message= "Such Such Such";
|
||||
data = {
|
||||
ttl = 0;
|
||||
priority = "high";
|
||||
channel = "alarm_stream";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
find_tablet.sequence = [
|
||||
{
|
||||
service = "notify.mobile_app_nova3";
|
||||
data = {
|
||||
title = "Finde Mich!";
|
||||
message = "Such Such Such";
|
||||
data = {
|
||||
ttl = 0;
|
||||
priority = "high";
|
||||
channel = "alarm_stream";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
|
@ -44,9 +44,10 @@ in {
|
|||
./automation/wohnzimmer_rf_fernbedienung.nix
|
||||
# ./automation/ladestecker_timer.nix
|
||||
./automation/flurlicht.nix
|
||||
./automation/giesskanne.nix
|
||||
./automation/pflanzen_giessen_erinnerung.nix
|
||||
# ./automation/urlaub.nix
|
||||
# ./automation/giesskanne.nix
|
||||
# ./automation/pflanzen_giessen_erinnerung.nix
|
||||
./automation/find_phone.nix
|
||||
./automation/urlaub.nix
|
||||
./automation/moodlight.nix
|
||||
./automation/shutdown_button.nix
|
||||
./automation/project_tracker.nix
|
||||
|
|
Loading…
Reference in a new issue