ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
593 stars 57 forks source link

The filling quantity option for the coffee machine cannot be used good with a slider. #195

Closed Rep-Hueman closed 1 year ago

Rep-Hueman commented 1 year ago

Describe the bug

The filling quantity option for the coffee machine cannot be used with a slider. This is very difficult to operate with touch. Can this be changed to selected. Same as for temperature etc.

current: number.siemens_xxx_xxxx_consumerproducts_coffeemaker_option_fillquantity

desirable:

select.siemens_xxx_xxxx_consumerproducts_coffeemaker_option_fillquantity

Version of the custom_component

0.6.1-b2

Inhoud = coffeemaker_option_fillquantity

Schermafbeelding koffie1
ekutner commented 1 year ago

The control is automatically set based on the type of entity. This one is a number, which generates a slider, the temperature is a Enum which generates a select control. That can't be changed.