Jason Rumney
Jason Rumney
Currently some runtime data is stored in hass.data. From HA 2024.5, this can be stored in entry.runtime_data instead, which has automatic cleanup. No deprecation of hass.data is mentioned, but making...
Currently the diagnostics generator has some specific config options that are redacted to protect users from accidentally posting local key etc in issues etc. But some devices also contain sensitive...
In HA 2024.5, lock entities now support "open" in addition to "unlocked" for locks that can differentiate. I think we have at least one device that currently uses a separate...
From #1917 > You may want to consider switching to entry.async_create_background_task (example: https://github.com/home-assistant/core/blob/b84829f70fcd8dfb73cbd9829cf962fc029f0d8e/homeassistant/components/homekit_controller/connection.py#L352) since the task will automatically be cancelled when the config entry is unloaded. https://github.com/home-assistant/core/blob/b84829f70fcd8dfb73cbd9829cf962fc029f0d8e/homeassistant/config_entries.py#L1133 > You'll have...
In HA 2024.8, DEFROSTING is being added an an HVACAction. This can maybe replace some external binary sensors for climate entities that otherwise implement HVACAction. https://developers.home-assistant.io/blog/2024/07/07/climate-hvacaction-defrosting
In HA 2024.8, new flags are being introduced for FanEntityFeature.TURN_ON and TURN_OFF. As with the climate platform when these were introduced there, there is an ugly hack of setting an...
From HA 2024.9, the lawn_mower platform will support RETURNING as a LawnMowerActivity state to indicate that the mower is returning to its dock, analogous to the vacuum RETURNING state. https://developers.home-assistant.io/blog/2024/08/23/lawn-mower-activity-returning
### Description Now that an iot.tuya.com account is no longer needed to get local keys, users do not have a good source of info for dps info for new devices....
### Feedback On https://www.home-assistant.io/integrations/binary_sensor/, the sample output for the Tamper class binary sensor has "On" and "Off" for its output. The actual English values shown in the UI are "Tampering...
### Discussed in https://github.com/make-all/tuya-local/discussions/3832 The reconfigure flow is a better match for updating the device config than the options flow that is currently used. - Options are stored separately from...