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

## Proposed change When working in WSL you are supposed to keep your files work in 1 filesystem. For Home Assistant related work that would be the LInux filesystem from...

https://developers.home-assistant.io/docs/device_registry_index/#automatic-registration-through-an-entity > A device will be matched up with an existing device via supplied identifiers or connections, like serial numbers or MAC addresses. If identifiers and connections are provided, the...

https://developers.home-assistant.io/docs/development_tips#getting-additional-support states that: > #devs and #devs_core on the Home Assistant Discord server are great places to ask questions. It could be clarified which channel to use for which types...

Sorry for not fixing it myself, I don't have the capacity to commit to following through with a pull request. >Use a USB drive formatted with FAT, ext4, or NTFS...

The documentation related to writing tests (https://developers.home-assistant.io/docs/development_testing/#writing-tests-for-integrations) could be improved to make it easier to find out about the best practices and available useful facilities. For example, `tests/common.py` has some...

While doing a code review I noticed that there is no documentation for the diagnostics platform. Considering its a hard requirement for the gold level rating, it would be great...

## Proposed change Update developer documentation to match architecture proposal for water_heater ## Type of change - [ ] Document existing features within Home Assistant - [x] Document new or...

[Entities not representing a total amount](https://developers.home-assistant.io/docs/core/entity/sensor/#entities-not-representing-a-total-amount) seems to contain wrong information. I have created a template sensor: ``` - name: "Total compensation" unit_of_measurement: "SEK/kWh" state_class: measurement device_class: monetary state: "{{...

## Proposed change Blog post: Changes in setup entity platforms with group integration ## Type of change - [ ] Document existing features within Home Assistant - [x] Document new...

Fix the syntax in the example of the requirement pointing to a public GitHub repository . ## Proposed change Fix the syntax in the example of the requirement pointing to...