Fork me on GitHub

pimatic-quote-of-the-day by Tim van de Vathorst | github | npm

pimatic-quote-of-the-day

Creates a variable with the quote of the day

Add the plugin:

    {
      "plugin": "quote-of-the-day"
    }

Add the quote device:

    {
      "id": "quote",
      "name": "quote of the day",
      "quote": "",
      "class": "QuoteDevice"
    }

Plugin Config Options

pimatic-quote-of-the-day options

Device Config Options

Quote of the day plugin

QuoteDevice

Quote of the day
OptionDescriptionDefault
id
number
the id
name
string
name
quote
string
the quote of the day
""
pimatic-quote-of-the-day is written by Tim van de Vathorst