puttyman / hass-amplifi

A home assistant integration for Ubiquiti Amplifi
27 stars 16 forks source link

WAN Rx / Tx sensors no longer working (post HA 2023.7.0 update) #34

Closed DaveAuld closed 1 year ago

DaveAuld commented 1 year ago

Updated to HA 2023.7 and now the integration sensors for WAN Tx/Rx no longer work.

Any pointers on what I need to do, if anything, from my side to fix, or is this a change required in the integration?

image

image

defusiondev commented 1 year ago

same issue here

image

atudor2 commented 1 year ago

I have created a PR to resolve this - in the meantime, you can edit the file custom_components\amplifi\sensor.py to make name a property and restart HA

DaveAuld commented 1 year ago

Thanks, made the file changes as per the PR commits, all good now.

defusiondev commented 1 year ago

I have created a PR to resolve this - in the meantime, you can edit the file custom_components\amplifi\sensor.py to make name a property and restart HA

sorted - thanks