Paulus Schoutsen
Paulus Schoutsen
2022.9.6
## 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...
### 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...
## Proposed change Add Ultraloc by U-tec logos and icons. ## Type of change - [ ] Add a new logo or icon for a new core integration - [...
**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...
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...
## Breaking change ## Proposed change Default prompt assumed all devices have a name. This is not the case. Fixes #87552 ## Type of change - [ ] Dependency upgrade...
## 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...
### 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...
## 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...
### 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...