I’ve been playing around with browser extensions and I just published my first one for Home Assistant, this one is a single click to to check config and restart HA found in the current browser page. In the Chrome web store, publishing for firefox soon.
the shell won’t load. error. It’s like trying to load a http iFrame when HA is running https - chrome just blocks it dead. Firefox works. Using latest proxmox. Tried d/l certs for proxmox and installing as well but it’s insecure and just won’t load a console.
Version 2.0 is now live in Chrome Web Store and FireFix Add-ons Store.
Still no configuration required, and now no refresh is required if access_token has expired
If access_token as expired I now use the refresh_token to get a new access token
I wanted to keep this extension as simple as possible, but I’m thinking of adding a settings page where you can toggle the config check to happen or not, as instances with less resources this can take awhile - any other feature requested please let me know.
Hi, wanted to try it but I dont know how to config RestAPI in HA ?
#### Button Click
1. REST Api access_token extracted from HassConnection object, checked if valid by calling /apicheck, if invalid new token requested using refresh_token
2. Config Check performed calling REST Api, if invalid the message is shown in extension pop-up
3. Restart performed calling REST Api, status shown in extension pop-up