Paulus Schoutsen

Results 73 issues of Paulus Schoutsen

## Proposed change Core PR https://github.com/home-assistant/core/pull/78916 ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted missing or incorrect information in...

in-progress
current
has-parent
needs-rebase

### 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

## Proposed change Add Ultraloc by U-tec logos and icons. ## Type of change - [ ] Add a new logo or icon for a new core integration - [...

Hacktoberfest

**Context** I create [Home Assistant](https://www.home-assistant.io) (@home-assistant); a privacy focused open-source home automation platform. One of the things that people always want is a locally working voice assistant. Instead of an...

enhancement

This updates the validator to catch matching syntax being used in fixture names. Although our parser allows fixtures with parsing syntax, it's not something Home Assistant would ever provide. We...

cla-signed

## Breaking change ## Proposed change Default prompt assumed all devices have a name. This is not the case. Fixes #87552 ## Type of change - [ ] Dependency upgrade...

cla-signed
small-pr
has-tests
by-code-owner
bugfix
Quality Scale: No score
integration: openai_conversation

## Breaking change ## Proposed change Call `Entity._stringify_state` from `Entity.__repr__` to avoid calling `Entity.state` when the entity is not available. Also sync output to mimic a `State` class (From the...

core
cla-signed
small-pr
bugfix

### Describe the bug - `WebSocketResponse` (`web_ws.py`) inherits from `StreamResponse` (`web_response.py`). - `WebSocketResponse` overrides `prepare` with a `pre_start` and `post_start`, which sets `self._writer` to a `WebSocketWriter`. - `WebSocketResponse` does not...

bug
reproducer: present

## Breaking change ## Proposed change Allow adding the current selection on the history panel as a card to a dashboard. Re-uses current suggest card logic used on device info...

cla-signed

### 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...

stale