update documentation to reflect changes (#7029)

Chased the default sender to be 'hass' to remove sending an array of senders bug.
This commit is contained in:
Jaxom Nutt 2018-10-23 17:12:58 +08:00 committed by Fabian Affolter
parent 21bc58ade5
commit 23a4976b2c

View File

@ -62,7 +62,7 @@ sender:
description: The name or number of the sender.
required: false
type: string
default: recipient
default: 'hass'
{% endconfiguration %}
To use notifications, please see the [getting started with automation page](/getting-started/automation/).