diff --git a/config.py b/config.py index 491c434..853ee9f 100644 --- a/config.py +++ b/config.py @@ -1,11 +1,11 @@ # Configuration for the Monitor Agent # Discord Webhook URL for alerts -DISCORD_WEBHOOK_URL = "YOUR_DISCORD_WEBHOOK_URL_HERE" +DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/1024892743987773471/3Oh1KOw9tevBd-XtUkj8Rz2K4SePCFsxKmRrHhQw5spDeZKNzoyYoq6zC2cnTKo8VjJn" # Home Assistant Configuration -HOME_ASSISTANT_URL = "http://YOUR_HOME_ASSISTANT_IP:8123" -HOME_ASSISTANT_TOKEN = "YOUR_HOME_ASSISTANT_LONG_LIVED_ACCESS_TOKEN" +HOME_ASSISTANT_URL = "http://192.168.2.112:8123" +HOME_ASSISTANT_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI1MGRhNGIxM2M3YzI0NzUxYTNjMTA1ZjhjNGZhMGE5MCIsImlhdCI6MTc1NTI4NTY1OSwiZXhwIjoyMDcwNjQ1NjU5fQ.QTW0-WlwEFi5dZPPqpNotJNYY6KVdY6aloT70Z8EK_U" # Google Home Speaker Entity ID in Home Assistant -GOOGLE_HOME_SPEAKER_ID = "media_player.your_google_home_speaker_entity_id" +GOOGLE_HOME_SPEAKER_ID = "media_player.nestmini2138"