mirror of https://github.com/caronc/apprise
Updated Notify_homeassistant (markdown)
parent
1c702ba5b2
commit
846a3b05e1
|
@ -47,7 +47,7 @@ Send a Home Assistant notification:
|
|||
```bash
|
||||
# Assuming the {hostname} we're hosting Home Assistant on is just myserver.local (port 8123)
|
||||
# Assuming our {access_token} is 4b4f2918fd-dk5f-8f91f
|
||||
apprise -vvv hassis:///noreply@myserver.local/4b4f2918fd-dk5f-8f91f
|
||||
apprise -vvv hassios:///noreply@myserver.local/4b4f2918fd-dk5f-8f91f
|
||||
```
|
||||
|
||||
Send a Home Assistant notification that always replaces the last one sent:
|
||||
|
@ -55,5 +55,5 @@ Send a Home Assistant notification that always replaces the last one sent:
|
|||
# Assuming the {hostname} we're hosting Home Assistant on is just myserver.local (port 8123)
|
||||
# Assuming our {access_token} is 4b4f2918fd-dk5f-8f91f
|
||||
# Fix our Notification ID to anything we want:
|
||||
apprise -vvv hassis:///noreply@myserver.local/4b4f2918fd-dk5f-8f91f?nid=apprise
|
||||
apprise -vvv hassios:///noreply@myserver.local/4b4f2918fd-dk5f-8f91f?nid=apprise
|
||||
```
|
Loading…
Reference in New Issue