Ville Skyttä

Results 245 issues of Ville Skyttä

Disable-check: force-changelog-file

# Summary Various bash completion improvements. ## Other Information See individual commits for details.

### Current problem Enum members should be compared by identity rather than equality: https://docs.python.org/3/library/enum.html#comparisons > Enumeration members are compared by identity: ### Desired solution Extending `singleton-comparison` to cover this would...

Enhancement ✨
Help wanted 🙏
Checkers
Good first issue
Hacktoberfest
Needs PR

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

Bug
stale

# Proposed Changes With zsh, the window title is set to display the user, host, and path. This makes it happen for bash too, using the same format as it's...

Without this: ```shellsession ~ $ ha store addons json: cannot unmarshal array into Go struct field Response.data of type map[string]interface {} ``` Plain `ha store` works and is the same,...

cla-signed

## Proposed change The Huawei LTE integration works out of the box with at least some SoyeaLink devices, note that in comments. ## Type of change - [ ] Dependency...

Hacktoberfest
cla-signed
integration: huawei_lte
by-code-owner
code-quality
hacktoberfest-accepted

## Proposed change Various fixes and improvements to Huawei LTE SSDP discovery, see individual commits for details. ## Type of change - [ ] Dependency upgrade - [x] Bugfix (non-breaking...

cla-signed
integration: huawei_lte
by-code-owner
bugfix
Quality Scale: No score

Cobra [v1.2.0](https://github.com/spf13/cobra/releases/tag/v1.2.0)+ contains a default completion emitter, we could make use of it. However, the default emitter outputs cobra's "[V2](https://github.com/spf13/cobra/blob/master/shell_completions.md#bash-completion-v2)" completions, which are a lot slower than the traditional ones,...