Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 914 Bytes

File metadata and controls

27 lines (19 loc) · 914 Bytes

Home Assistant App: SwitchCraft

Configuration

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

Example app configuration:

log_level: info

Note: This is just an example, don't copy and paste it! Create your own!

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 are:

  • trace: Show every detail, like all called internal functions.
  • debug: Shows detailed debug information.
  • info: Normal (usually) interesting events.
  • notice: Significant normal events that should be brought to attention.
  • warning: Exceptional occurrences that are not errors.
  • error: Runtime errors that do not require immediate action.
  • fatal: Something went wrong which causes the program to stop.