HASS: fix broken plugins

This commit is contained in:
Filippo Berto 2024-04-12 20:15:34 +02:00
parent a60fe01864
commit eca3c9887d
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 31 additions and 30 deletions

View file

@ -128,7 +128,7 @@ in
automation = "!include automations.yaml"; automation = "!include automations.yaml";
scene = "!include scenes.yaml"; scene = "!include scenes.yaml";
alert = "!include alert.yaml"; alert = "!include alerts.yaml";
# alarm_control_panel = { # alarm_control_panel = {
# platform = "manual"; # platform = "manual";
@ -201,8 +201,8 @@ in
"map" = { }; "map" = { };
mobile_app = { }; mobile_app = { };
notify = [ notify = [
{ platform = "telegram"; name = "t_filippo"; chat_id = "!secret filippo_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"; } # { platform = "telegram"; name = "t_famiglia"; chat_id = "!secret famiglia_t_chat_id"; }
]; ];
recorder.purge_keep_days = 30; recorder.purge_keep_days = 30;
script = "!include scripts.yaml"; script = "!include scripts.yaml";
@ -246,15 +246,15 @@ in
shopping_list = { }; shopping_list = { };
sun = { }; sun = { };
system_health = { }; system_health = { };
telegram_bot = [{ # telegram_bot = [{
# platform = "polling"; # # platform = "polling";
platform = "webhooks"; # platform = "webhooks";
api_key = "!secret telegram_api_key"; # api_key = "!secret telegram_api_key";
allowed_chat_ids = [ # allowed_chat_ids = [
"!secret filippo_t_chat_id" # "!secret filippo_t_chat_id"
"!secret famiglia_t_chat_id" # "!secret famiglia_t_chat_id"
]; # ];
}]; # }];
tts = [{ tts = [{
platform = "google_translate"; platform = "google_translate";
language = "it"; language = "it";
@ -267,7 +267,7 @@ in
extraComponents = [ extraComponents = [
"default_config" "default_config"
"accuweather" # "accuweather"
"alert" "alert"
"analytics" "analytics"
"androidtv" "androidtv"
@ -310,6 +310,7 @@ in
"network" "network"
"nextcloud" "nextcloud"
"nmap_tracker" "nmap_tracker"
"open_meteo"
"notify" "notify"
"ping" "ping"
"plex" "plex"
@ -324,14 +325,14 @@ in
"speedtestdotnet" "speedtestdotnet"
"spotify" "spotify"
"tcp" "tcp"
"telegram" # "telegram"
"telegram_bot" # "telegram_bot"
"template" "template"
"threshold" "threshold"
"transmission" "transmission"
"tod" # times of the day "tod" # times of the day
"trend" "trend"
"tuya" # "tuya"
"upnp" "upnp"
"wake_on_lan" "wake_on_lan"
"wled" "wled"

View file

@ -367,8 +367,8 @@ in
"map" = { }; "map" = { };
mobile_app = { }; mobile_app = { };
notify = [ notify = [
{ platform = "telegram"; name = "t_filippo"; chat_id = "!secret filippo_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"; } # { platform = "telegram"; name = "t_famiglia"; chat_id = "!secret famiglia_t_chat_id"; }
]; ];
recorder.purge_keep_days = 30; recorder.purge_keep_days = 30;
script = "!include scripts.yaml"; script = "!include scripts.yaml";
@ -412,15 +412,15 @@ in
shopping_list = { }; shopping_list = { };
sun = { }; sun = { };
system_health = { }; system_health = { };
telegram_bot = [{ # telegram_bot = [{
# platform = "polling"; # # platform = "polling";
platform = "webhooks"; # platform = "webhooks";
api_key = "!secret telegram_api_key"; # api_key = "!secret telegram_api_key";
allowed_chat_ids = [ # allowed_chat_ids = [
"!secret filippo_t_chat_id" # "!secret filippo_t_chat_id"
"!secret famiglia_t_chat_id" # "!secret famiglia_t_chat_id"
]; # ];
}]; # }];
tts = [{ tts = [{
platform = "google_translate"; platform = "google_translate";
language = "it"; language = "it";
@ -433,7 +433,6 @@ in
extraComponents = [ extraComponents = [
"default_config" "default_config"
"accuweather"
"alert" "alert"
"analytics" "analytics"
"androidtv" "androidtv"
@ -477,6 +476,7 @@ in
"nextcloud" "nextcloud"
"nmap_tracker" "nmap_tracker"
"notify" "notify"
"open_meteo"
"ping" "ping"
"plex" "plex"
"proximity" "proximity"
@ -490,8 +490,8 @@ in
"speedtestdotnet" "speedtestdotnet"
"spotify" "spotify"
"tcp" "tcp"
"telegram" # "telegram"
"telegram_bot" # "telegram_bot"
"template" "template"
"threshold" "threshold"
"transmission" "transmission"