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 = {
use_x_forwarded_for = true;
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 = { };
config = { };
device_tracker = [{
@ -365,16 +367,15 @@ with lib; {
logger.default = "info";
"map" = { };
mobile_app = { };
mobile_app = { };
recorder.purge_keep_days = 30;
shopping_list = { };
spotify = {
client_id = "!secret spotify_client_id";
client_secret = "!secret spotify_client_secret";
};
sun = { };
sun = { };
system_health = { };
tts = [{
platform = "google_translate";
language = "it";
tld = "it";
}];
};
configDir = "/var/lib/hass";
configWritable = true;
@ -393,6 +394,8 @@ with lib; {
"button"
"camera"
"cast"
"caldav"
"calendar"
"citybikes"
"configurator"
"coronavirus"
@ -408,6 +411,9 @@ with lib; {
"dlna_dms"
"esphome"
"flux"
"gdacs"
"google"
"google_translate"
"group"
"hassio"
"jellyfin"
@ -424,14 +430,19 @@ with lib; {
"radarr"
"radio_browser"
"random"
"scene"
"schedule"
"sonarr"
"spotify"
"tcp"
"telegram"
"telegram_bot"
"template"
"threshold"
"tod" # times of the day
"trend"
"upnp"
"wake_on_lan"
"workday"
"zoneminder"
];