Releases: apop880/config-check
Releases · apop880/config-check
0.3.1
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
- Automatically check your
configuration.yaml
file any time it is updated usingfolder_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
- 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 anERROR
state. - Removed extra logging.
- Added an additional Lovelace configuration example to the documentation.
- Removed pre-release tag.
Initial 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.