Joakim Sørensen
Joakim Sørensen
## Proposed change Allow add-on authors to add a `dark_[icon|logo].png` file that will be requested when the user has dark mode enabled in the frontend. If that file does not...
## Proposed change For https://github.com/home-assistant/supervisor/pull/3679 ## Type of change - [ ] Document existing features within Home Assistant - [x] Document new or changing features which there is an existing...
## Breaking change The Cloudflare integration no longer relies on ipify.org to determine your IP, but instead is using the [whoami service](https://github.com/home-assistant/services.home-assistant.io). This means that if you have configured your...
Fixes #3512
Closes #3428 Needs some better testing.
Google has pushed an update to google home devices. All API endpoints with the exception of `/setup/eureka_info` not returns `403` (Unauthorized). This change renders this library 95% useless and if...
### The problem I have a blueprint with this input: ```yaml input: update_entity: name: Update entities description: The update entities that should be controlled selector: entity: filter: domain: update supported_features:...