Skip to content

Releases: KVSoong/asyncua

v0.1.4 HA 2026.1 DataUpdateCoordinator

03 Feb 07:10

Choose a tag to compare

Home Assistant’s DataUpdateCoordinator internal API coordinator.async_config_entry_first_refresh() deprecated for general use and is phased out of the public integration developer API.

Thanks @kvshino for submitting the fix.

Bug Fixes

29 Aug 13:49

Choose a tag to compare

v0.1.3 Minor Bug Fixes

  1. OPCUA coordinate will now attempt to reconnect to the server after disconnected. Reconnect interval is set with the same value as scan_interval defined in the hub configuration in the configuration.yaml file.
  2. Switch Entity will now update itself if the value is changed from the OPCUA server/PLC.

v0.1.2: Update __init__.py

12 Feb 14:27
3dfe60f

Choose a tag to compare

Asyncua v0.1.2

  • Thanks @paolo-seveso for pointing out the typo and providing the fix