Documentation for v2.19

This commit is contained in:
Philip Abbey
2024-08-29 23:12:13 +01:00
parent 17162c14f2
commit df3be94bf9
4 changed files with 27 additions and 2 deletions

View File

@ -43,6 +43,17 @@ Then you can use the following in your config:
}
```
And you can optionally include a template to reflect some status. See [Templates](Templates.md) for details on hwo to use this JSON field.
```json
{
"entity": "switch.<switch-name>",
"name": "<name>",
"type": "toggle",
"content": "..."
}
```
## Example - Covers
```yaml