diff --git a/Notify_homeassistant.md b/Notify_homeassistant.md index cceaae2..91a6998 100644 --- a/Notify_homeassistant.md +++ b/Notify_homeassistant.md @@ -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 +``` +