Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.82 KB

File metadata and controls

65 lines (39 loc) · 1.82 KB

Example

Example app for the HassOS Apps ecosystem

Installation

  1. Click the Home Assistant My button below to open the app on your Home Assistant instance.

    Open your Home Assistant instance and show the dashboard of an app.

  2. Click on "Install".

About

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.

Configuration

Note: Remember to restart the app when the configuration is changed.

Option: log_level

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

Option: seconds_between_quotes

How often (in seconds) to log a new random quote.

Possible values: 10 to 3600

Default: 300 (5 minutes)

Changelog & Releases

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.

Support

Got questions?