Added example for the tap_action (#7969)

This commit is contained in:
sorinyo2004 2018-12-29 17:44:33 +02:00 committed by Fabian Affolter
parent cd8449c4ee
commit 8126f5b670
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -155,4 +155,7 @@ Define entities as objects and apply a custom name:
- light.ceiling_lights
- switch.ac
- lock.kitchen_door
- entity: switch.wall_plug_switch
tap_action:
action: toggle
```