If I switch my card type from entities to glance, add a tap_action, action: toggle. The card does switch but tapping the element still launches more_info rather than toggle. Is this me or a bug in the new lovelace?
Your config is not supported by the UI editor:
Expected a value of type `{entity,name,icon} | entity-id` for `entities.3.tap_action` but received `{"action":"call-service","service":"cover.open_cover","service_data":{"entity_id":"cover.big_door"}}`.
Falling back to YAML editor.
I having the same issue. It does not appear the UI Editor support anything by the default more-info actions.
Your config is not supported by the UI editor: Expected a value of type {entity,name,icon} | entity-id for entities.0.tap_action but received {"action":"toggle"}.
Falling back to YAML editor.
Switches seem to work ok with toggle on a glance card, but groups don’t seem to work with the toggle command as per this config, don’t want to create a workaround with a dummy switch and automation if I can help it.