Skip to content

We are missing a slider entity #78

Description

@yoctopuce

We have a button entity which mimics a simple push button, we also have a switch entity which mimics a toggle switch, but we are missing a slider entity which would mimic a potentiometer.

  • This entity's state would be an integer or a float, possibly within a fixed range.
  • To allow smooth state transitions, this entity would have a command to make the state moving automatically from current value to a new one within a specified time. This command would come in two variants: native if the controlled devices supports it, or driven by the remote.
  • The state value could be mapped to the remote's touch slider.
  • A matching slider widget shown on the remote's display would be a nice to have. :-)

Is this something you are currently working on? if so, Is there an ETA? I noticed I could probably use the remote entity and custom commands with parameters encoded in the commands name to send a set of scalar values to a device, but I'd rather work with a proper interface.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions