v0.4.4
Instant panel refresh on heater events
- Panel subscribes to HA event bus (
dud_shemesh_heat_started,heat_finished,target_reached,boost_extended) and refreshes UI immediately instead of waiting up to 5 s for the next poll. - Closes the visible lag where a heater turned off externally still showed "STOP HEATING" until the next tick.
Backend already dispatched these events via hass.bus.async_fire since v0.4.3 (state-change listener); v0.4.4 wires the panel to listen for them.