Releases: KVSoong/asyncua
Releases · KVSoong/asyncua
v0.1.4 HA 2026.1 DataUpdateCoordinator
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
v0.1.3 Minor Bug Fixes
- OPCUA coordinate will now attempt to reconnect to the server after disconnected. Reconnect interval is set with the same value as
scan_intervaldefined in the hub configuration in theconfiguration.yamlfile. - Switch Entity will now update itself if the value is changed from the OPCUA server/PLC.
v0.1.2: Update __init__.py
Asyncua v0.1.2
- Thanks @paolo-seveso for pointing out the typo and providing the fix