denysdovhan / vacuum-card

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

Action Buttons Not Showing #698

Closed kmlucy closed 6 months ago

kmlucy commented 6 months ago

Before submitting a bug

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

Describe the bug

The only action buttons that show on the card are the start and locate ones. The others don't show, regardless of whether I manually define them or not. I have a Roborock S7.

Steps to reproduce

  1. Install vacuum card
  2. Configure

Expected behavior The action buttons appear

Screenshots image

  entity: vacuum.downstairs_vacuum
  actions:
    start:
      service: vacuum.start
      service_data:
        entity_id: vacuum.downstairs_vacuum
    pause:
      service: vacuum.pause
      service_data:
        entity_id: vacuum.downstairs_vacuum
    resume:
      service: vacuum.start_pause
      service_data:
        entity_id: vacuum.downstairs_vacuum
    stop:
      service: vacuum.stop
      service_data:
        entity_id: vacuum.downstairs_vacuum
    return_to_base:
      service: vacuum.return_to_base
      service_data:
        entity_id: vacuum.downstairs_vacuum
    locate:
      service: vacuum.locate
      service_data:
        entity_id: vacuum.downstairs_vacuum

Versions:

kmlucy commented 6 months ago

Nevermind, I didn't realize they were context sensitive. It's all good.