12 lines
411 B
Python
12 lines
411 B
Python
# 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"
|