Fix tables
This commit is contained in:
@@ -53,6 +53,7 @@ data:
|
|||||||
title: "Event action"
|
title: "Event action"
|
||||||
```
|
```
|
||||||
#### options for **notify** service data
|
#### options for **notify** service data
|
||||||
|
|
||||||
| Option | Value | Description |
|
| Option | Value | Description |
|
||||||
| ------------- |:-------------:| ----- |
|
| ------------- |:-------------:| ----- |
|
||||||
| title | *String* | Notification title. Default is `HA Client` |
|
| title | *String* | Notification title. Default is `HA Client` |
|
||||||
@@ -60,6 +61,7 @@ data:
|
|||||||
| data | *Object* | Notification settings |
|
| data | *Object* | Notification settings |
|
||||||
|
|
||||||
#### options for **data**
|
#### options for **data**
|
||||||
|
|
||||||
| Option | Value | Description |
|
| Option | Value | Description |
|
||||||
| ------------- |:-------------:| ----- |
|
| ------------- |:-------------:| ----- |
|
||||||
| tag | *String* | Notification tag. Not mandatory. Use it to replace existing notification with the same tag |
|
| 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 |
|
| actions | *List* | Up to 3 actions to add to the notification |
|
||||||
|
|
||||||
#### options for **actions** item
|
#### options for **actions** item
|
||||||
|
|
||||||
| Option | Value | Description |
|
| 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 |
|
| 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 |
|
||||||
|
Reference in New Issue
Block a user