move modules to hass

This commit is contained in:
2023-08-19 14:43:39 +02:00
parent 993aef1ece
commit 5ea365955d
31 changed files with 17 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
{
services.home-assistant.config.shelly = {
FindAndroid = {
speech.text = "Send notification";
action = {
service = "notify.pushover";
data = {
message = "Phonefinderalert";
target = "android";
data.sound = "echo";
data.priority = 1;
};
};
};
};
}