mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
clarify setup procedure (#11280)
* clarify setup procedure * ✏️ Use relative links * ✏️ Components -> Integrations Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
efb51ebda6
commit
7da999aaff
@ -8,7 +8,7 @@ ha_qa_scale: internal
|
|||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
---
|
---
|
||||||
|
|
||||||
The `notify` integration makes it possible to send notifications to a wide variety of platforms. Please check the sidebar for a full list of platforms that are supported.
|
The `notify` integration makes it possible to send notifications to a wide variety of platforms. To use it you have to setup at least one notification target (notifier), check the [integrations list](/integrations/#notifications) for one that fits your use case.
|
||||||
|
|
||||||
If you want to send notifications to the Home Assistant web interface, you may use the [Persistent Notification integration](/integrations/persistent_notification/).
|
If you want to send notifications to the Home Assistant web interface, you may use the [Persistent Notification integration](/integrations/persistent_notification/).
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ action:
|
|||||||
|
|
||||||
### Test if it works
|
### Test if it works
|
||||||
|
|
||||||
A simple way to test if you have set up your notify platform correctly, is to open **Developer Tools** from the sidebar and then select the **Services** tab. Choose your service from the **Service** dropdown menu, enter the sample below into the **Service Data** field, and press the **CALL SERVICE** button.
|
After you setup a [notifier](/integrations/#notifications) a simple way to test if you have set up your notify platform correctly, is to open **Developer Tools** from the sidebar and then select the **Services** tab. Choose your service from the **Service** dropdown menu, enter the sample below into the **Service Data** field, and press the **CALL SERVICE** button.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user