Fix tables

This commit is contained in:
estevez-dev
2020-05-25 19:43:12 +03:00
parent 9ad2575252
commit d836b0819a

View File

@@ -53,6 +53,7 @@ data:
title: "Event action"
```
#### options for **notify** service data
| Option | Value | Description |
| ------------- |:-------------:| ----- |
| title | *String* | Notification title. Default is `HA Client` |
@@ -60,6 +61,7 @@ data:
| data | *Object* | Notification settings |
#### options for **data**
| Option | Value | Description |
| ------------- |:-------------:| ----- |
| tag | *String* | Notification tag. Not mandatory. Use it to replace existing notification with the same tag |
@@ -70,6 +72,7 @@ data:
| actions | *List* | Up to 3 actions to add to the notification |
#### options for **actions** item
| Option | Value | Description |
| ------------- |:-------------:| ----- |
| action | **call-service** or *String* | Will try to call service or fire an event to your Home Assistant. Event type will be `ha_client_event` and `action` value will be passed in `data` of event |