mirror of https://github.com/caronc/apprise
Updated Notify_homeassistant (markdown)
parent
1696fc307c
commit
95346285c2
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue