diff --git a/loki/configuration.nix b/loki/configuration.nix index 4fafdef..ec77680 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -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" ];