mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-03 02:18:34 +00:00
Menu for different pages of documents
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user