J. Diego Rodríguez Royo

Results 139 comments of J. Diego Rodríguez Royo

> By the way, @Diegorro98, I started the latest commit from your branch today again, this time I see, the select and the program switches both, not quite sure, if...

Then, if we use the actions to start a program, and in the future we add a button to start the selected program, then this select entity should select (and...

After some thinking, I've decided that the best option is to have two select entities per appliance that has programs, one for selecting the program, and another for starting the...

@boergegrunicke Would you mind to test this [commit](https://github.com/home-assistant/core/commit/38f9207f0f0bb2b28bfbf25c8a7b3feda5322ecc) with the favorite programs from your coffee maker? You will need to select or start the favorite program to see it on...

Thank you for all this info @boergegrunicke, it has been pretty useful! :) Because I created tests for that functionality at the same commit, and they worked, it seemed weird...

> First, all controls appear twice (individual switches as well as the selects, half of them are disabled). About switches half disabled, this was an issue with the program switches...

When you select a program in the `start_program` select entity, I will start the selected program on the appliance. Same behavior than before https://github.com/home-assistant/core/pull/126157/commits/9c24c623a4ce888a1b71ca488263c80ce84fb2d5, and same behavior also than program...

@joostlek @MartinHjelmare Is it ok to update `_attr_options` list after the entity is added to hass? See how and where I would do that (specifically line 88): https://github.com/home-assistant/core/blob/71bbe35575797218e56861f9f3ec8fa31dd53f61/homeassistant/components/home_connect/select.py#L80-L90 As mentioned...

As reported by @boergegrunicke, some programs are not returned by the API when we ask for all the programs that an appliance has, but there are some programs that after...

@boergegrunicke Would you mind to test that endpoint to see if favorite programs are there? If you want to use the integration, do the following changes: ```patch diff --git a/homeassistant/components/home_connect/select.py...