Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Releases: custom-components/custom_updater

3.1.7

04 Oct 18:24

Choose a tag to compare

  • Enable hide_sensor config option.
  • REQUIREMENTS for custom_components now installs when you update/install the custom_component reducing 1 restart.

3.1.6

04 Oct 07:16

Choose a tag to compare

Add now parameter to cache_versions methods (#46)

3.1.5

03 Oct 18:35

Choose a tag to compare

pyupdate version bump to fix install issues

Bump pyubdate to handle local versions better

02 Oct 15:45

Choose a tag to compare

Bump pyupdate to handle local versions better for components and python_scripts.

It now supports:

  • VERSION = 'x.y.z'
  • __version__ = 'x.y.z'

Fixes usage of custom urls

02 Oct 14:56

Choose a tag to compare

Fixes usage of custom urls

3.1.2

02 Oct 06:49
bf0885d

Choose a tag to compare

Fix for install function (#41)

3.1.1

01 Oct 20:22
ce1aaa5

Choose a tag to compare

Fixes issues with local file handling on non-hassio / docker (#38)

3.1.0

29 Sep 22:23

Choose a tag to compare

Changes:

  • Updated pyupdate to version 0.1.2
  • The option show_installable are not working (And not installed elements are hidden by default)
  • Elements that does not have an remote version will not be handled (showed)
  • Added python_scripts to the update_all service.
  • Added python_scripts to the install service.

Full changelog: 3.0.0...3.1.0

If you find issues with this please open an issue.

3.0.0

29 Sep 17:05

Choose a tag to compare

  • Added support for tracking and updating python_scripts
  • Moved most of the functions to an external lib pyupdate
  • New documentation layout in the repo wiki for both users and developers that want to take advantage of this component.

Full changelog: 2.7.3...3.0.0

If you find issues with this please open an issue.

2.7.3: Fix bugs with new has_update attribute (#32)

28 Sep 23:57

Choose a tag to compare

* Fix issue #31 in parent repo

Issue #31: "New has_update attribute breaks custom_updater.update_all service" Also, when card or component was updated, has_update was not being updating (i.e., the card/component was not being removed.) Fix that, too.

* version bump