Example app for the HassOS Apps ecosystem
-
Click the Home Assistant My button below to open the app on your Home Assistant instance.
-
Click on "Install".
This is a reference implementation that demonstrates the HassOS Apps ecosystem conventions. It logs a random inspirational quote at a configurable interval — useful as a template and for verifying that your app infrastructure works.
Note: Remember to restart the app when the configuration is changed.
The log_level option controls the level of log output by the app and can
be changed to be more or less verbose, which might be useful when you are
dealing with an unknown issue.
Possible values: trace, debug, info, notice, warning, error, fatal
Default: info
How often (in seconds) to log a new random quote.
Possible values: 10 to 3600
Default: 300 (5 minutes)
This repository keeps a change log using GitHub's releases functionality.
Releases are based on Semantic Versioning, and use the format
of MAJOR.MINOR.PATCH.
Got questions?
- The Home Assistant Community Forum.
- The Home Assistant Discord Chat Server.