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 b7fbe7862a
commit a73e35eb6a

View File

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