🎉 hyperglass 2.0 is here! This documentation is still in development, though.
Configuration
Caching

Cache

hyperglass automatically caches responses to reduce the number of times devices are queried for the same information.

ParameterTypeDefault ValueDescription
cache.timeoutNumber120Number of seconds for which to cache device responses.
cache.show_textBooleanTrueIf true, an indication that a user is viewing cached information will be shown.

Example with Defaults

config.yaml
cache:
    timeout: 120
    show_text: true