developers.home-assistant icon indicating copy to clipboard operation
developers.home-assistant copied to clipboard

Developers website for Home Assistant.

Results 124 developers.home-assistant issues
Sort by recently updated
recently updated
newest added

### Feedback I am trying to setup a development environment on Ubuntu 21.10 and got an error at the very first step ``` sudo apt-get update sudo apt-get install python3-pip...

stale

## Proposed change - Overall improvements in readability - Fix outdated section with reference to the Supervisor system page This pull-request combines the minor adjustments from https://github.com/home-assistant/developers.home-assistant/pull/1341 with a complete...

cla-signed

## Proposed change Document host_uts add-on support ## Type of change - [ ] Document existing features within Home Assistant - [x] Document new or changing features which there is...

cla-signed

## Proposed change Add URL example to WebSocket API documentation ## Type of change - [x] Document existing features within Home Assistant - [ ] Document new or changing features...

I'm developing an addon that would need to call a few supervisor/core REST API endpoints and couldn't find what level of permissions is needed for each endpoint I'm trying to...

## Proposed change Add documentation for enhanced logging endpoints. ## Type of change - [ ] Document existing features within Home Assistant - [x] Document new or changing features which...

cla-signed

Maybe I'm missing it, but I'm using the WebSocket API and not finding a way to get/establish the "related" items (as shown on the UI) for an entity... specifically, I'd...

This page here has links to old coding from version 0.68.0. I don't know enough about HA core to confidently update them to a good new reference implementation. Everything that...

Hi There, ### Describe the issue I was trying to build a custom supervisor image to trace down an annoying bug in an unsupported configuration of the supervisor, but running...

Refer to: https://github.com/home-assistant/developers.home-assistant/blob/master/docs/hassio_addon_communication.md under section **Home Assistant Core**. The line regarding the Websocket API proxy is extremely unclear and does not align with standard websocket usage. Typically, a websocket URL...