Improved HASS automations

This commit is contained in:
Filippo Berto 2023-02-18 11:43:20 +01:00
parent e5a2ec4e0b
commit c7595ab547
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -347,9 +347,11 @@ with lib; {
http = { http = {
use_x_forwarded_for = true; use_x_forwarded_for = true;
trusted_proxies = [ "172.23.4.159" "::1" "127.0.0.1" ]; trusted_proxies = [ "172.23.4.159" "::1" "127.0.0.1" ];
base_url = "https://home-assistant.bertof.net";
}; };
automation = "!include automations.yaml";
scene = "!include scenes.yaml";
cloud = { }; cloud = { };
config = { }; config = { };
device_tracker = [{ device_tracker = [{
@ -365,16 +367,15 @@ with lib; {
logger.default = "info"; logger.default = "info";
"map" = { }; "map" = { };
mobile_app = { }; mobile_app = { };
mobile_app = { };
recorder.purge_keep_days = 30; recorder.purge_keep_days = 30;
shopping_list = { }; shopping_list = { };
spotify = {
client_id = "!secret spotify_client_id";
client_secret = "!secret spotify_client_secret";
};
sun = { };
sun = { }; sun = { };
system_health = { }; system_health = { };
tts = [{
platform = "google_translate";
language = "it";
tld = "it";
}];
}; };
configDir = "/var/lib/hass"; configDir = "/var/lib/hass";
configWritable = true; configWritable = true;
@ -393,6 +394,8 @@ with lib; {
"button" "button"
"camera" "camera"
"cast" "cast"
"caldav"
"calendar"
"citybikes" "citybikes"
"configurator" "configurator"
"coronavirus" "coronavirus"
@ -408,6 +411,9 @@ with lib; {
"dlna_dms" "dlna_dms"
"esphome" "esphome"
"flux" "flux"
"gdacs"
"google"
"google_translate"
"group" "group"
"hassio" "hassio"
"jellyfin" "jellyfin"
@ -424,14 +430,19 @@ with lib; {
"radarr" "radarr"
"radio_browser" "radio_browser"
"random" "random"
"scene"
"schedule"
"sonarr" "sonarr"
"spotify" "spotify"
"tcp" "tcp"
"telegram"
"telegram_bot"
"template" "template"
"threshold" "threshold"
"tod" # times of the day "tod" # times of the day
"trend" "trend"
"upnp" "upnp"
"wake_on_lan"
"workday" "workday"
"zoneminder" "zoneminder"
]; ];