/coffeeminder

App Daemon script for coffeemaker auto-shutoff and other niceties

Primary LanguagePythonMIT LicenseMIT

coffeeminder

Automatic shut-off and probably other coffeemaker niceties for homeassistant.

Installation

Download the coffeeminder directory from inside the apps directory here to your local apps directory, then add the configuration to enable the coffeeminder module.
Or add as a repository in hacs if I've gotten around to try to get it in default repo set.

App configuration

coffeeminder:
  module: coffeeminder
  class: Coffeeminder
  constrain_input_boolean: input_boolean.coffeeminder
  coffee_switch: switch.coffee_maker_on_off
  # uses input_number.coffeeminder_minutes in homeassistant.
key optional type default description
module False string The module name of the app.
class False string The name of the Class.