HASS: fix broken plugins
This commit is contained in:
parent
a60fe01864
commit
eca3c9887d
2 changed files with 31 additions and 30 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue