panasonic_smart_app icon indicating copy to clipboard operation
panasonic_smart_app copied to clipboard

Update only current device status after sending command.

Open osk2 opened this issue 4 years ago • 1 comments

Currently the component update all device status after sending command which cause update takes too long. We should make it update single device only to improve UX and performance.

osk2 avatar Oct 17 '21 07:10 osk2

Leverage async_write_ha_state (https://developers.home-assistant.io/docs/integration_fetching_data/) to update single entity to prevent API blocking

osk2 avatar Feb 20 '24 07:02 osk2