Added Test Mode
This commit is contained in:
19
config.py
19
config.py
@@ -1,14 +1,15 @@
|
||||
# Configuration for the Monitor Agent
|
||||
# Configuration for the LLM-Powered Monitoring Agent
|
||||
|
||||
# Discord Webhook URL for alerts
|
||||
DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/1024892743987773471/3Oh1KOw9tevBd-XtUkj8Rz2K4SePCFsxKmRrHhQw5spDeZKNzoyYoq6zC2cnTKo8VjJn"
|
||||
# Discord Webhook URL
|
||||
DISCORD_WEBHOOK_URL = ""
|
||||
|
||||
# Home Assistant Configuration
|
||||
HOME_ASSISTANT_URL = "http://192.168.2.112:8123"
|
||||
HOME_ASSISTANT_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI1MGRhNGIxM2M3YzI0NzUxYTNjMTA1ZjhjNGZhMGE5MCIsImlhdCI6MTc1NTI4NTY1OSwiZXhwIjoyMDcwNjQ1NjU5fQ.QTW0-WlwEFi5dZPPqpNotJNYY6KVdY6aloT70Z8EK_U"
|
||||
HOME_ASSISTANT_URL = "http://<HOME_ASSISTANT_IP>:8123"
|
||||
HOME_ASSISTANT_TOKEN = ""
|
||||
GOOGLE_HOME_SPEAKER_ID = "media_player.your_speaker_entity_id"
|
||||
|
||||
# Google Home Speaker Entity ID in Home Assistant
|
||||
GOOGLE_HOME_SPEAKER_ID = "media_player.nestmini2138"
|
||||
# Daily Recap Time (in 24-hour format, e.g., "20:00")
|
||||
DAILY_RECAP_TIME = "20:00"
|
||||
|
||||
# Ollama Host
|
||||
OLLAMA_HOST = "http://192.168.2.114:11434"
|
||||
# Test Mode (True to run once and exit, False to run continuously)
|
||||
TEST_MODE = True
|
||||
|
||||
Reference in New Issue
Block a user