ma ham: enable find_phone, urlaub
This commit is contained in:
parent
37e2e08a0a
commit
03753db65f
32
makefu/2configs/home/ham/automation/find_phone.nix
Normal file
32
makefu/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/wohnzimmer_rf_fernbedienung.nix
|
||||||
# ./automation/ladestecker_timer.nix
|
# ./automation/ladestecker_timer.nix
|
||||||
./automation/flurlicht.nix
|
./automation/flurlicht.nix
|
||||||
./automation/giesskanne.nix
|
# ./automation/giesskanne.nix
|
||||||
./automation/pflanzen_giessen_erinnerung.nix
|
# ./automation/pflanzen_giessen_erinnerung.nix
|
||||||
# ./automation/urlaub.nix
|
./automation/find_phone.nix
|
||||||
|
./automation/urlaub.nix
|
||||||
./automation/moodlight.nix
|
./automation/moodlight.nix
|
||||||
./automation/shutdown_button.nix
|
./automation/shutdown_button.nix
|
||||||
./automation/project_tracker.nix
|
./automation/project_tracker.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user