Watch over Temps

This commit is contained in:
2025-08-18 14:32:39 -05:00
parent 4d8b4d6114
commit 524120c9f2
8 changed files with 69 additions and 36 deletions

View File

@@ -1,15 +1,15 @@
# Configuration for the LLM-Powered Monitoring Agent
# Discord Webhook URL
DISCORD_WEBHOOK_URL = ""
DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/1024892743987773471/3Oh1KOw9tevBd-XtUkj8Rz2K4SePCFsxKmRrHhQw5spDeZKNzoyYoq6zC2cnTKo8VjJn"
# Home Assistant Configuration
HOME_ASSISTANT_URL = "http://<HOME_ASSISTANT_IP>:8123"
HOME_ASSISTANT_TOKEN = ""
GOOGLE_HOME_SPEAKER_ID = "media_player.your_speaker_entity_id"
HOME_ASSISTANT_URL = "http://192.168.2.112:8123"
HOME_ASSISTANT_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJjOGRmZjI4NDY2MTQ0ZDFkODhiODVjNmQyZTA2MzFiNSIsImlhdCI6MTc1NTU0NDY4OSwiZXhwIjoyMDcwOTA0Njg5fQ.5ZeOkixbdme5SF1QVknZ0bjnPYj1Qrps5HDn-Loi-cQ"
GOOGLE_HOME_SPEAKER_ID = "media_player.spencer_room_speaker"
# Daily Recap Time (in 24-hour format, e.g., "20:00")
DAILY_RECAP_TIME = "20:00"
# Test Mode (True to run once and exit, False to run continuously)
TEST_MODE = True
TEST_MODE = False