diff --git a/instances/freya/configuration.nix b/instances/freya/configuration.nix index e4ae1f9..658c6ee 100644 --- a/instances/freya/configuration.nix +++ b/instances/freya/configuration.nix @@ -128,7 +128,7 @@ in automation = "!include automations.yaml"; scene = "!include scenes.yaml"; - alert = "!include alert.yaml"; + alert = "!include alerts.yaml"; # alarm_control_panel = { # platform = "manual"; @@ -201,8 +201,8 @@ in "map" = { }; mobile_app = { }; notify = [ - { platform = "telegram"; name = "t_filippo"; chat_id = "!secret filippo_t_chat_id"; } - { platform = "telegram"; name = "t_famiglia"; chat_id = "!secret famiglia_t_chat_id"; } + # { platform = "telegram"; name = "t_filippo"; chat_id = "!secret filippo_t_chat_id"; } + # { platform = "telegram"; name = "t_famiglia"; chat_id = "!secret famiglia_t_chat_id"; } ]; recorder.purge_keep_days = 30; script = "!include scripts.yaml"; @@ -246,15 +246,15 @@ in shopping_list = { }; sun = { }; system_health = { }; - telegram_bot = [{ - # platform = "polling"; - platform = "webhooks"; - api_key = "!secret telegram_api_key"; - allowed_chat_ids = [ - "!secret filippo_t_chat_id" - "!secret famiglia_t_chat_id" - ]; - }]; + # telegram_bot = [{ + # # platform = "polling"; + # platform = "webhooks"; + # api_key = "!secret telegram_api_key"; + # allowed_chat_ids = [ + # "!secret filippo_t_chat_id" + # "!secret famiglia_t_chat_id" + # ]; + # }]; tts = [{ platform = "google_translate"; language = "it"; @@ -267,7 +267,7 @@ in extraComponents = [ "default_config" - "accuweather" + # "accuweather" "alert" "analytics" "androidtv" @@ -310,6 +310,7 @@ in "network" "nextcloud" "nmap_tracker" + "open_meteo" "notify" "ping" "plex" @@ -324,14 +325,14 @@ in "speedtestdotnet" "spotify" "tcp" - "telegram" - "telegram_bot" + # "telegram" + # "telegram_bot" "template" "threshold" "transmission" "tod" # times of the day "trend" - "tuya" + # "tuya" "upnp" "wake_on_lan" "wled" diff --git a/instances/loki/configuration.nix b/instances/loki/configuration.nix index 7e45905..155447d 100644 --- a/instances/loki/configuration.nix +++ b/instances/loki/configuration.nix @@ -367,8 +367,8 @@ in "map" = { }; mobile_app = { }; notify = [ - { platform = "telegram"; name = "t_filippo"; chat_id = "!secret filippo_t_chat_id"; } - { platform = "telegram"; name = "t_famiglia"; chat_id = "!secret famiglia_t_chat_id"; } + # { platform = "telegram"; name = "t_filippo"; chat_id = "!secret filippo_t_chat_id"; } + # { platform = "telegram"; name = "t_famiglia"; chat_id = "!secret famiglia_t_chat_id"; } ]; recorder.purge_keep_days = 30; script = "!include scripts.yaml"; @@ -412,15 +412,15 @@ in shopping_list = { }; sun = { }; system_health = { }; - telegram_bot = [{ - # platform = "polling"; - platform = "webhooks"; - api_key = "!secret telegram_api_key"; - allowed_chat_ids = [ - "!secret filippo_t_chat_id" - "!secret famiglia_t_chat_id" - ]; - }]; + # telegram_bot = [{ + # # platform = "polling"; + # platform = "webhooks"; + # api_key = "!secret telegram_api_key"; + # allowed_chat_ids = [ + # "!secret filippo_t_chat_id" + # "!secret famiglia_t_chat_id" + # ]; + # }]; tts = [{ platform = "google_translate"; language = "it"; @@ -433,7 +433,6 @@ in extraComponents = [ "default_config" - "accuweather" "alert" "analytics" "androidtv" @@ -477,6 +476,7 @@ in "nextcloud" "nmap_tracker" "notify" + "open_meteo" "ping" "plex" "proximity" @@ -490,8 +490,8 @@ in "speedtestdotnet" "spotify" "tcp" - "telegram" - "telegram_bot" + # "telegram" + # "telegram_bot" "template" "threshold" "transmission"