schmittx / home-assistant-eero

Eero integration for Home Assistant
MIT License
119 stars 23 forks source link

feat: expose guest password on switch #95

Open EvanSchalton opened 3 weeks ago

EvanSchalton commented 3 weeks ago

I've added a card to the dashboard that shows the QR code but also shows the SSID & Password for the guest account (allows guest to login w/ a laptop), to facilitate this I needed to add the guest password to the guest switch (that was the easiest as the name was already there).

I don't think there's any security concern with this as the integration is already producing the QR code which has the same information (or at least it is retrievable).

Thanks for the integration -- I started down the path myself before realizing you'd already built 95% of what I was looking for -- I've gotta remind myself to google first 🤦