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,15 @@
{
services.home-assistant.config = {
notify = [
{
name = "NotificationGroup";
platform = "group";
services = [
{
service = "pushover_dominik";
}
];
}
];
};
}