Menu for different pages of documents

This commit is contained in:
Philip Abbey
2024-01-20 11:31:50 +00:00
parent 13d3ffd1ec
commit ce2f4d38d0
9 changed files with 57 additions and 25 deletions

View File

@ -1,3 +1,5 @@
[Home](../README.md) | Switches | [Actions](Actions.md) | [Templates](Templates.md) | [Battery Reporting](../BatteryReporting.md) | [Trouble Shooting](../TroubleShooting.md) | [Versions](../Versions.md)
# Switches
In order to facilitate custom switches at this time, you must create a template switch in HomeAssistant.
@ -31,7 +33,7 @@ Then you can use the following in your config:
}
```
## Example (covers)
## Example - Covers
```yaml
switch:
@ -50,6 +52,8 @@ switch:
entity_id: cover.cover
```
Then you can use the following in your config:
```json
{
"entity": "switch.cover",