zachcheatham / ha-omada

Home Assistant TP-Link Omada Integration
186 stars 26 forks source link

A lot of gateway attributes gone with 0.4.0 #65

Closed nightfever77 closed 1 year ago

nightfever77 commented 1 year ago

I had to revert back from 0.4.0 to 0.3.3 as a lot of information attributes are gone with the update. Same with the following betas. This only seems to affect the router/gateway, APs and end devices look good.

0.3.3: 0_3_3

0.4.0 0_4_0

Btw.: What is 'status: 14' ?

Please check the following warning in HA log: Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for omada using this method at custom_components/omada/__init__.py, line 34: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

zachcheatham commented 1 year ago

The missing attributes have been moved to sensor entities. They can be enabled via the integration options.

nightfever77 commented 1 year ago

Yeah, sorry. There was no advice that the integration has to be re-configured.