Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Changeable delay for button style number card #1545

Open
2 tasks done
Boerny41 opened this issue Sep 28, 2024 · 0 comments
Open
2 tasks done

[Feature]: Changeable delay for button style number card #1545

Boerny41 opened this issue Sep 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Boerny41
Copy link

Boerny41 commented Sep 28, 2024

Requirements

  • I have updated Mushroom to the latest available version
  • I did a search to see if there is a similar issue or if a pull request is open.

Is your feature request related to a problem?

I use the button style number card (see below) to control a smart picture frame. It is used like the program up/down button on a TV remote - press it once, see what's coming up - press it again if necessary.

Right now, after every press, there seems to be a 2-second delay before the changes are registered. Since the color of the number changes from white to a dark gray during that time, I'd guess that it is a feature that allows us to set the correct number before sending the changes to the device.
(Please note that I'm not talking about a 2-second delay until the changes take effect, but until the number on the right matches the one on the left)

Sadly, for my use case the delay is a bit annoying, and it would be nice if we could set it.

image

Describe the solution you'd like

A way to control the delay like

  - type: custom:mushroom-number-card
    entity: number.pic
    icon: mdi:matrix
    layout: horizontal
    fill_container: false
    display_mode: buttons
    delay: 0

Describe alternatives you've considered

No response

Additional context

No response

@Boerny41 Boerny41 added the enhancement New feature or request label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant