denysdovhan / vacuum-card

Vacuum cleaner card for Home Assistant Lovelace UI
https://denysdovhan.com/smart-home
MIT License
923 stars 530 forks source link

Shortcuts will not display #641

Closed inguy24 closed 8 months ago

inguy24 commented 11 months ago

Before submitting a bug

[X ] I updated to the latest version available [X8 ] I cleared the cache of my browser

Describe the bug

shortcuts added in the YAML will not display on the card5

Steps to reproduce

  1. configured the dashboard YAML as follows:
views:
  - title: Home
    icon: mdi:robot-vacuum
    type: panel
    badges: []
    cards:
      - type: custom:vacuum-card
        entity: vacuum.roomba
        shortcuts:
          - name: Clean Living Room
            service: nodered.trigger
            service_data:
              entity_id: button.roomba_node_red_room_trigger
              payload:
                room: living_room
            icon: mdi:sofa
  1. Cleared browser cache
  2. Loaded dashboard and shortcut will not display. Also configured pointing to a script as outlined in the github readme, but that configuration also will not work.

Expected behavior Shortcut should appear with the sofa icon.

Screenshots

Versions:

Core 2023.11.2 Supervisor 2023.11.3 Operating System 11.1 Frontend 20231030.2

github-actions[bot] commented 9 months ago

There hasn't been any activity on this issue recently. This issue has now been marked as stale and will be closed if no further activity occurs. Please, update to the latest version and check if that solves the issue. Thank you for your contributions!

github-actions[bot] commented 8 months ago

This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.