You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configured port of the container is not respected for the homeassistant notification.
This result in a wrong "enable pairing mode" link in the Home Assistant notification.
I guess the issue is that the port is not added to the "ip_address" in this code line:
Description
The configured port of the container is not respected for the homeassistant notification.
This result in a wrong "enable pairing mode" link in the Home Assistant notification.
I guess the issue is that the port is not added to the "ip_address" in this code line:
core/emulated_hue/controllers/config.py
Line 391 in 96081a3
Expected behavior
The notification in homeassistant has a link which is also working for non standard ports (currently 80 is "hard-coded")
Reproduction steps
Relevant log output
Operating system
Other
Install method
Docker CLI
Version
0.3.0
Dev Version
No response
Any other information that may be helpful
No response
The text was updated successfully, but these errors were encountered: