panasonic_smart_app
panasonic_smart_app copied to clipboard
Update only current device status after sending command.
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.
Leverage async_write_ha_state (https://developers.home-assistant.io/docs/integration_fetching_data/) to update single entity to prevent API blocking