From 7e06c915ad71975d420627b73ae0aed1a2b2d5ef Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 24 Dec 2025 19:38:51 +0100 Subject: [PATCH] remove old webscraper code and add new home assistant settings to env for core-api.yaml --- stacks/core-api.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/stacks/core-api.yml b/stacks/core-api.yml index c3c1db9..8649109 100644 --- a/stacks/core-api.yml +++ b/stacks/core-api.yml @@ -48,12 +48,9 @@ services: # Set to "false" to make agent errors explicit (500 errors) instead of silent fallback. - AGENT_FALLBACK_ENABLED=false - # Web Scraper settings - - WEB_SCRAPER_REQUEST_TIMEOUT=30 - - WEB_SCRAPER_MAX_REDIRECTS=5 - - WEB_SCRAPER_USER_AGENT=Mozilla/5.0 (compatible; CoreAPI/1.0) - - WEB_SCRAPER_DEFAULT_MAX_LENGTH=10000 - - WEB_SCRAPER_MAX_LINKS_TO_EXTRACT=50 + # HOME ASSITANT VARIABLES + - HOMEASSISTANT_URL=http://192.168.86.149:8123 + - HOMEASSISTANT_TOKEN=${HOMEASSISTANT_TOKEN} # Python path - PYTHONPATH=/app