feat: Implement monitor agent

This commit is contained in:
2025-08-15 14:04:09 -05:00
commit 89902dfd6b
5 changed files with 267 additions and 0 deletions

11
config.py Normal file
View File

@@ -0,0 +1,11 @@
# Configuration for the Monitor Agent
# Discord Webhook URL for alerts
DISCORD_WEBHOOK_URL = "YOUR_DISCORD_WEBHOOK_URL_HERE"
# Home Assistant Configuration
HOME_ASSISTANT_URL = "http://YOUR_HOME_ASSISTANT_IP:8123"
HOME_ASSISTANT_TOKEN = "YOUR_HOME_ASSISTANT_LONG_LIVED_ACCESS_TOKEN"
# Google Home Speaker Entity ID in Home Assistant
GOOGLE_HOME_SPEAKER_ID = "media_player.your_google_home_speaker_entity_id"