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

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