Releases: hacs/integration
0.10.0
Here Comes The Sun
Highlights
- Show a "NEW" tag on new store items as requested in #169
- New repositories will now be pulled down with each full reload (startup and every 500 min) as requested in #181
- Added the option for integration developers to set minimum HA version in
manifest.json
Every item in the store (that you have not installed) will have a "NEW" label after this release until you open them up for the first time.
0.9.0
How Do You Do!
Highlights
- Added support for tracking AppDaemon apps as requested in #77
- Added support for tracking python_scripts as requested in #145
- Added support for tracking themes as requested by no one, but why not 🤷♂
- Added "Upgrade all" button under settings as requested in #94
- Added Table as a view option for overview/store as requested in #133
- Show HACS in overview as requested in #140
- Add option to show beta releases (pre-release) for a repository.
New default repositories
- (integration) JurajNyiri/HomeAssistant-Tavos #108
- (integration) JurajNyiri/HomeAssistant-Atrea #108
- (integration) TimSoethout/goodwe-sems-home-assistant #111
- (integration) bramkragten/lyric #132
- (integration) bramkragten/mind #132
- (integration) bouwew/sems2mqtt #135
- (plugin) thomasloven/lovelace-fold-entity-row #138
- (plugin) tcarlsen/lovelace-light-with-profiles #120
- (plugin) atomic7777/atomic_calendar #129
- (plugin) bramkragten/weather-card #132
- (plugin) bramkragten/swipe-card #132
- (plugin) CyrisXD/love-lock-card #144
- (appdaemon) apop880/SmartThings-Button #149
- (appdaemon) apop880/White-Noise #149
- (appdaemon) apop880/Night-Mode #149
New layout for the documentation site 🎉
0.8.1
0.8.0
Crazy Train
Highlights
- The first 7 characters of the SHA-1 for commits are now used as a metric to determine "version" for repositories that do not use GitHub releases, because of this you will see that there is an "update" to every element you have installed that uses this, as a plus you will now easier see when it was updated, and if you have the latest version.
- The "Last Updated" note on the RepositoryView has been removed.
- When you install/upgrade a plugin after this release it will also create a compressed ('.gz') version of the files to serve up to the frontend, this is to save data/time during transfers, this will make your Lovelace load custom plugins faster if they are served from HACS.
- The
logger
requirement has been removed.
New default repositories
- (plugin) thomasloven/lovelace-slider-entity-row (#86 )
- (plugin) isabellaalstrom/krisinfo-card (#105)
- (integration) isabellaalstrom/sensor.krisinformation (#105)
0.7.0
Rock This Party
Highligts
- Merges the integration/plugin lists under the "SETTINGS" tab to save space.
- Add broader retry logic to downloads.
- Move dependencies locally as requested in #72
New default repositories
- (plugin) nervetattoo/simple-thermostat (#74)
- (plugin) nervetattoo/banner-card (#74)
- (plugin) kalkih/mini-media-player (#80)
- (plugin) kalkih/mini-graph-card (#80)
- (plugin) finity69x2/fan-control-entity-row (#81)
- (plugin) thomasloven/lovelace-card-mod (#83)
- (plugin) thomasloven/lovelace-markdown-mod (#83)
NB: In the log if you are upgrading to this from an earlier version there will be a log of failed downloads, HACS will correct that by itself on the first start after the upgrade.
0.6.0
Welcome To The Jungle
Highlights
-
A sensor is now added to display the number of pending updates as requested in #56
-
The HACS section has been to the top under settings.
-
There is a new list showing hidden repositories under settings.
-
"Codeblocks" from the
info.md
files are now using<code>
instead of<pre>
-
The reload icon has been changed to a dropdown menu.
-
In the dropdown menu you can:
- Reload.
- Hide (This option will not show on custom repositories or installed repositories).
- Open an issue, will take you to the issue tracker for that repository.
- Flag this will take you to a special template for flagging items in the store for removal.
-
Developers can now submit their repositories to be included by default as requested in #25 (documentation)
New default repositories
- (Integration) StyraHem/ShellyForHASS (#66)
- (Plugin) maykar/compact-custom-header (#70)
- (Plugin) maykar/lovelace-swipe-navigation (#70)
- (Plugin) peternijssen/lovelace-postnl-card (#71)
0.5.1
0.5.0
Hey Good Lookin'
Highlights
- Layout restructures for the "Overview" and "Store" tabs as requested in #40
- Every item now have a "status" icon as requested in #15
- no color = not installed
- orange color = pending update
- red color = pending restart
- green color = installed and no pending operations
- Initial theme support (HACS) will now use your HA theme.
- In the "Settings" tab, the reload icon is gone from custom repositories, and you can now click the repository name to get to the view for that repository as requested in #25
- Items are ordered alphabetically as requested in #36