hassio: to HA config by defaultHere is a first concept for the addon section

There are some points they will be hard:
/config to /homeassistant while it can be misunderstood config. I had copy this from official docker image but over the time, it was a bad idea. We can try to plane a big breaking change and hope all add-on developer will help on this movement but we don't make he happy with this...hassio: but default it have discovery: and that make the same.EDIT
I Have a idea for soft migration the folder names. I will add this for next release 馃憤
I also vote to drop:

Restart is already in many places (configuration menu, container, hassio CLI) that this makes no sense. Also this doesn't work on mobile.
It's not the same restart as on other places
We could "fix" the restart on other places, by detecting the presence of the HASSIO env variable on those buttons and present or trigger a different logic, right?
Can we have an API to delete snapshots?
Can the supervisor detect if a snapshot got deleted (without restarting it)?
It would be good to have the "visit website" link that is visible before installing an addon persist to the installed addon itself so the setup instructions (when present) are more easily accessed.
@c727 I can make a remove function.
You need not reload the supervisor. You can touch on reload on snapshot page. It run also a job in background they will update the snapshots if someone remove this from folder.
@pvizeli can "updater:" be fixed to show update for hassio if you're running hassio? Would make more sense I think, just like restart.
ciotlosm and I started to update the frontend. is there something you like to see changed or miss? (advanced is still the same)





Amazing
Looks great guys! That is a major leap forward 馃殌
On the dashboard, it shows the currently installed add-ons. Personally, I would like to see which one is running and which isn't. On an ecstatic side note, maybe add the add-on icons as well?
@frenck there are currently just logos which don't have fixed ratio and usually are petty big. If icons would be provided by addons that would be great to add.
The running/ stopped is shown by the "puzzle" icon being green or grey. The same icon transforms to an orange arrow up when an update is available for an installed addon.
I will see a PR :)
Our problem is the new iframe panel... Frontend dev does not seem to work atm:
element-mixin.html:593 GET http://hassio:8123/home-assistant-polymer/hassio/index.html 404 (Not Found)
@c727 on this point, I can't help -> @balloob ?
balloob fixed it already :)
I think the long_description should be displayed on add-on store page but not on the add-on "config panel".
Hass.io API
1. Isn't it inconvenient that we have to use 3 APIs for the add-ons:
- supervisor/info for installed add-on with running-status <- dashboard
- addons for all add-ons in all repos <- add-on store
- addons/53caca22_mopidy-cast/info for add-on details <- add-on details
same for snapshots, snapshots has some information of snapshots/6dbde1f3/info, but not all
generic information for HA, Host, Supervisor also have separate APIs...
so can we merge them all into 1 API (like the hass-object) or combine some of them?
If you combine them all into 1 object, you need to load them all before being able to show any page. There is no need to always load all the available add-ons. That info is only needed in the add-on store.
Most helpful comment
ciotlosm and I started to update the frontend. is there something you like to see changed or miss? (advanced is still the same)