Hi,
I try to configure the HACS integration unifigateway with sensor.unifigateway
But it doesn’t work.
I have a UDM Pro with the latest firmware version
I configurer the sensor as indicated in the doc
- platform: unifigateway
host: 192.168.X.X
port: 443
username: rodolphe
password: XXXXXXXXX
verify_ssl: false
monitored_conditions:
- wwwJ'ai configuré le senso
- wan
- lan
- wlan
- alerts
- firmware

Thank you in advance for your help
1 Like
you need to add the “version:” to the config.
here is mine:
- platform: unifigateway
host: 192.168.1.4
port: 443
version: UDMP-unifiOS
username: !secret unify_user
password: !secret unify_password
monitored_conditions:
- www
- wlan
- alerts
- firmware
- vpn
- lan
- wan
there was a big issue report discussion about that that literally just got resolved in the last couple of days:
1 Like
Yes, thank you for your help, indeed the fact of adding the field version any works
Thank you very much 
1 Like