Releases: hacs/integration
Releases · hacs/integration
0.14.0b2
0.14.0b1
0.14.0b0
0.13.2
0.13.1
0.13.0
Everything Is Awesome
Another BIG release! most of the backend handling has been changed in this one.
Important notices
- This version has Home Assistant version 0.97.0 or newer as a requirement.
- If you are upgrading from a version before 0.12.0, upgrade to 0.12.0 before upgrading to this version.
Potential BREAKING CHANGE For plugins
Earlier HACS striped parts of the filename like -bundle
and lovelace-
, this is no longer done, if you update a plugin that has that after this version of HACS, you need to change the url
in your Lovelace configuration, the example on the plugin page inside HACS, will be correct.
Highlights
- A good amount of changes
- Most caching issues that some users experienced should now be handled.
- Most startup issues should now be handled.
- Added devcontainer to make it easier to test/contribute.
- Started to test out automation for issues/PRs (not technically for this release, but worth mentioning)
- Added information about pending updates to the sensor
- When you have new repositories in your installation they now show in the top of the store
- Config flows!
- HACS can now be configured in the UI (Configuration -> Integrations )
- For integrations you install that support config_flows you can now install and configure those without restarting Home Assistant 🎉 (See demo at the top here)
Thanks to everyone that helped testing out and reported bugs during the beta versions of this release!
0.13.0b3
Changes in b3
- Adds an attribute to the sensor with element info (name, installed, available)
- Redirect to overview after uninstall
NB!: If this is your first beta, look at the release notes for b0
0.13.0b2
Changes in b2
- Fixes issue where uninstalled elements came back after a restart.
- Changes the trigger of the repository menu from hover to click.
- Fixes a startup issue, when there was a mismatch in the stored data sets.
NB!: If this is your first beta, look at the release notes for b0
0.13.0b1
Changes in b1
- fix typo (#378)
- Wrap progress bar and add margin (#379)
- Highlight active tab (#383)
- Fixes the version display issues with pre-releases #382
- Automatic unload HACS when there are startup issues.
NB!: If this is your first beta, look at the release notes for b0
0.13.0b0
WIP
Important notices
- This version has Home Assistant version 0.97.0 or newer as a requirement.
- If you are upgrading from a version before 0.12.0, upgrade to 0.12.0 before upgrading to this version.
Highlights
- A good amount of changes
- Most caching issues that some users experienced should now be handled.
- Most startup issues should now be handled.
- When you have new repositories in your installation they now show in the top of the store
- Config flows!
- HACS can now be configured in the UI (Configuration -> Integrations )
- For integrations, you install that support config_flows you can now install and configure those without restarting Home Assistant 🎉 (See demo at the top here)
How to test.
- Delete your custom_components/hacs directory.
- Download the zip file from this release page.
- Extract the zip file.
- Copy the custom_components/hacs directory from the extracted zip file to where you had the directory you removed in step 1.
- If you want to start using config_flow for HACS, remove the configuration for HACS in your configuration.yaml file.
- Restart Home Assistant.