Skip to content

Commit

Permalink
Fix minor markdown leftover
Browse files Browse the repository at this point in the history
The ** for bold are already just before
  • Loading branch information
cnotin authored Jan 6, 2025
1 parent 4bb20de commit bcfeef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_integrations/notify.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Notifications can also be sent using [Notify groups](https://www.home-assistant.

### Test if it works

After you setup a [notifier](/integrations/#notifications), a simple way to test if you have set up your notify platform correctly is to open {% my developer_services title="**Developer tools** > **Actions**" %}** tab from the sidebar. Choose your action from the **Action** dropdown menu depending on the integration you want to test, such as **Notifications: Send a persistent notification** or **Notifications: Send a notification via mobile_app_your_phone_name**. Enter your message into the **message** field, and select the **Perform action** 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 {% my developer_services title="**Developer tools** > **Actions**" %} tab from the sidebar. Choose your action from the **Action** dropdown menu depending on the integration you want to test, such as **Notifications: Send a persistent notification** or **Notifications: Send a notification via mobile_app_your_phone_name**. Enter your message into the **message** field, and select the **Perform action** button.

To test the entity platform action, select the `notify.send_message` action, and select one or more of `entity`, `device`, `area`, or `label`. Then, supply a `message`.

Expand Down

0 comments on commit bcfeef3

Please sign in to comment.