thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.19k stars 111 forks source link

'options: tap_action: action: toggle' doesnt work #385

Open killtux opened 9 months ago

killtux commented 9 months ago

is this incompatible with the grid card or did i something wrong?

type: custom:auto-entities
card:
  type: grid
card_param: cards
filter:
  include:
    - domain: light
      state: "on" # Remember that "on" and "off" are magic in yaml, and must always be quoted
      options:
        tap_action:
          action: toggle
        type: entity
ildar170975 commented 9 months ago

Check this simple code:

type: entity
entity: light.balcony_ceiling
tap_action:
  action: toggle

and read Docs - the Entity card does NOT support tap_action.