Update Lovelace actions (#13294)

Reasons for following changes:

* Support for hold action and double tap action was added to Light card, but not mentioned here.
* Entity Button card was renamed to Button a few versions ago
* Renamed "Entity" card to "Entities" as that is the proper name, and there's an actual Entity card now (which doesn't support actions). So it was wrong.
This commit is contained in:
Sean Mooney 2020-05-05 03:45:19 -04:00 committed by GitHub
parent 946a187277
commit 4d56c879ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,10 @@ Some Lovelace cards have support for tap actions. These actions define what will
Actions can be enabled on:
- [Entity](/lovelace/entities/)
- [Entity Button](/lovelace/entity-button/)
- [Button](/lovelace/button/)
- [Entities](/lovelace/entities/)
- [Glance](/lovelace/glance/)
- [Light](/lovelace/light/)
- [Picture](/lovelace/picture/)
- [Picture Element](/lovelace/picture-elements/)
- [Picture Entity](/lovelace/picture-entity/)