ma ham: enable find_phone, urlaub

This commit is contained in:
makefu 2022-12-24 23:35:05 +01:00
parent 37e2e08a0a
commit 03753db65f
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 36 additions and 3 deletions

View 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";
};
};
}
];
};
}

View File

@ -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