Skip to content

Releases: apop880/config-check

0.3.1

26 Jan 05:58
Compare
Choose a tag to compare

Note: Going forward, only compatibility with AppDaemon 4 will be assured. While the script is likely to continue working with AppDaemon 3, I will only be testing against AppDaemon 4.

This release fixes a bug that was preventing the check from running if you were calling it from script.check_config on AppDaemon 4.

0.3.0

21 Jul 03:57
Compare
Choose a tag to compare
  • Automatically check your configuration.yaml file any time it is updated using folder_watcher. You now can choose to use either the automatic checking setup or the Lovelace setup.
  • Sensor now changes to checking while the check is in progress. This provides better clarity around when a check is in progress, and is also more friendly to automations so that you can tell when a check has completed and send a notification, for example.
  • Documentation cleaned up and updated with new features and examples.

0.2.0

20 Jul 19:58
Compare
Choose a tag to compare
  • Auto-restart can now be turned off
  • If AppDaemon cannot make a connection to Home Assistant via a token or key, sensor.config_result updates to an ERROR state.
  • Removed extra logging.
  • Added an additional Lovelace configuration example to the documentation.
  • Removed pre-release tag.

Initial Release

20 Jul 02:20
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the pre-release of the configuration check app. It has been tested to work on my setup but needs additional testers. Existing functionality in this release:

  • Generates sensor.config_result to indicate if configuration is valid or invalid, and what specific error there is if it's invalid.
  • Execute check when script.check_config is called.
  • Automatically restart if configuration is valid.