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
fix: use homeassistant.local as cert hostname instead of dynamic IP
Using IP as cert CN was fragile — IP can change (DHCP) and vary per
installation. homeassistant.local is always valid on local networks
via mDNS and is stable regardless of IP assignment.
Users should browse to https://homeassistant.local:4430 or
http://homeassistant.local:4431 (auto-redirect to HTTPS).
Also removes unused HA_IP variable from startup log.
Bump version to 0.2.10.
0 commit comments