Updated Notify_homeassistant (markdown)

master
Chris Caron 2025-06-07 16:38:22 -04:00
parent 1696fc307c
commit 95346285c2
1 changed files with 9 additions and 1 deletions

@ -63,5 +63,13 @@ Secure access to Home Assistant just requires you to add an `s` to the schema.
# Assuming the {hostname} we're hosting a secure version of Home Assistant
# is accessible via my.secure.server.local (port 443)
# Assuming our {access_token} is 4b4f2918fd-dk5f-8f91f
apprise -vvv hassios:///noreply@my.secure.server.local/4b4f2918fd-dk5f-8f91f
apprise -vvv hassios:///my.secure.server.local/4b4f2918fd-dk5f-8f91f
```
Send a simple notification using only your Long-Lived token to your instance running on port 8123 (default insecure hosting)
```bash
# Assuming the {hostname} we're hosting a secure version of Home Assistant
# is accessible via my.server.local (port 8123)
# Assuming our {access_token} is 4b4f2918fd-dk5f-8f91f
apprise -vvv hassio:///my.server.local/4b4f2918fd-dk5f-8f91f
```