Jason Rumney
Jason Rumney
Since this is just an extra property, it can be added ahead of time. Review entity naming to ensure it follows the expected pattern, and if so, implement the new...
https://developers.home-assistant.io/blog/2022/07/08/config_entry_forwards/ deadline for this change is 2022.12
This PR adds support for lights with IR or RF remote controls. Support for color temperature and brightness control is provided, with the assumption that each function is driven by...
Home Assistant 2024.1 added a new valve entity. This can be a simple open/close, replacing some current uses of switches, or a percentage, maybe replacing some current number entities.
Now that #1579 is implemented, continue to add icons and translations to commonly used entities in future releases. This issue is so the main issue of adding the support can...
In HA 2023.10, a feature was added to allow attributes of entities to be marked as excluded from recording https://developers.home-assistant.io/blog/2023/09/20/excluding-state-attributes-from-recording This should be available for configs to use for unimportant...
HA 2024.2 now supports explicitly setting light effect to off. We'll need to look at how to best handle this change. https://developers.home-assistant.io/blog/2024/01/23/light-color-mode-changes
**Describe the bug** When IP address is set to "Auto", tinytuya uses device discovery in the background to find the IP address. If localtuya is installed, it already has the...
**Describe the bug** When IP address is set to "Auto", the tinytuya library does device discovery in background, and sleeps until the result comes back. Since tinytuya is not async...
Aux_heat support became hidden when the climate card was updated in Home Assistant a few months ago, and I became aware of a plan to deprecate it then, and deprecated...