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

I don't really speak any other languages, but I do notice differences between en-us and en-gb, and will translate into en-gb where I can... Some projects have rules where if...

## Proposed change SSH documentation updates to remove NTFS as a viable option, clarify configuration steps, and add troubleshooting info. ## Type of change - [X] Document existing features within...

`post /api/states/` section has an info box that tries to link to `post /api/services//` but there's no anchor https://github.com/home-assistant/developers.home-assistant/edit/master/docs/api/rest.md ``` :::info This endpoint sets the representation of a device within...

https://developers.home-assistant.io/docs/intent_conversation_api itself links (several times) to https://developers.home-assistant.io/docs/intent_conversation_api/#intent-response but that anchor dosn't exist `input-sentence` too

## Proposed change ## Type of change - [x] Document existing features within Home Assistant - [ ] Document new or changing features which there is an existing pull request...

## Proposed change The `DataUpdateCoordinator` can now reduce unnecessary updates when API data can be compared. When using the `DataUpdateCoordinator`, the data being polled is often expected to stay mostly...

parent-merged

## Proposed change Some tests require translations to be generated to pass. Make a note of this in the documentation. ## Type of change - [x] Document existing features within...

I've recently built my first integration, and struggled with the section on [discoverable integrations that require no authentication](https://developers.home-assistant.io/docs/config_entries_config_flow_handler#discoverable-integrations-that-require-no-authentication). The specific things that confused me are: 1. Is this referring to...

Copy the initial section on setting up a development environment from the Core repository developer documentation. Explicitly separate the instructions for doing a manual setup from a devcontainer setup. Move...

Hi, I just noticed the new device class energy storage #1698 And the text contains the following sentence: `for example the amount of electric energy currently stored in a battery...