J. Diego Rodríguez Royo

Results 40 issues of J. Diego Rodríguez Royo

## Breaking change ## Proposed change Abstracted the Home Connect light entity to include under the same class all the types of lights. RGB feature support. Translations for light entities...

cla-signed
new-feature
has-tests
code-quality
integration: home_connect
Quality Scale: No score

## Breaking change ## Proposed change Program switch entities were not using the same unique id than before #127870 ## Type of change - [ ] Dependency upgrade - [X]...

Hacktoberfest
cla-signed
small-pr
bugfix
integration: home_connect
Quality Scale: No score

### Is your question not already answered in the FAQ? - [X] I made sure the question is not listed in the [FAQ](https://github.com/dockur/windows/blob/master/readme.md). ### Is this a general question and...

question

## Proposed change Before, all the event sensors were added if the appliance type was in the declared appliance types. That caused some users to think that their appliance supported...

cla-signed
new-feature
has-tests
by-code-owner
integration: home_connect
Quality Scale: No score

## Breaking change Alarm clock entity is no longer provided by the `time` platform, instead it will be provided by the `number` platform. ## Proposed change After some investigation, I...

breaking-change
remove-platform
cla-signed
small-pr
has-tests
by-code-owner
integration: home_connect
Quality Scale: No score

## Proposed change Deleted strings related to Home Connect program switches that were deleted at #144606 ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking...

cla-signed
small-pr
by-code-owner
code-quality
integration: home_connect
Quality Scale: No score

## Proposed change ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New integration (thank you!) -...

cla-signed
small-pr
new-feature
has-tests
by-code-owner
integration: home_connect
Quality Scale: No score

## Proposed change After gathering feedback from the users at #144573, the change made at #141198 didn't liked too much, so this PR reverts #141198 and to avoid the user...

cla-signed
has-tests
by-code-owner
bugfix
integration: home_connect
Quality Scale: No score

### Describe the feature/enhancement you need Create an option that allows the developer to enable a mica background for the WebView2 control at WinUI3. I've saw that there are ways...

feature request

URIs used in AppNotificationBuilder weren’t encoded, so if they contained characters like `&`, calling the `BuildNotification` method would fail with a `System.Runtime.InteropServices.COMException`, specifically stating `semicolon expected`. With this PR, I...

needs-triage