diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 2c1288707b4..56eb0193e21 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -113,34 +113,33 @@ double_tap_action: ## Special Row Elements -### Call Service +### Button {% configuration %} type: required: true - description: call-service + description: button type: string name: required: true description: Main Label. type: string -service: - required: true - description: "Service like `media_player.media_play_pause`" - type: string -icon: - required: false - description: "Icon to display (e.g., `mdi:home`)" - type: string - default: "`mdi:remote`" action_name: required: false description: Button label. type: string default: "`Run`" -service_data: +tap_action: + required: true + description: Action taken on card tap. See [action documentation](/lovelace/actions/#tap-action). + type: map +hold_action: required: false - description: The service data to use. + description: Action taken on card tap and hold. See [action documentation](/lovelace/actions/#hold-action). + type: map +double_tap_action: + required: false + description: Action taken on card double tap. See [action documentation](/lovelace/actions/#double-tap-action). type: map {% endconfiguration %}