Update for 2026.9.0 and 2026.9.1 device registration changes.
- Fixed:
dev_reg.devices.get_devices_for_config_entry_id(...)deprecation warning — replaced withdr.async_entries_for_config_entry()across all 5 call sites (__init__.py,diagnostics.py). - Fixed:
via_devicedeprecation warning on breaker/CT device linking — panel devices are now pre-created before platform setup, and breaker/CTdevice_inforesolves and usesvia_device_idinstead of the deprecated identifiers-tuple form.