Skip to content

LostCrew/ifttha

Repository files navigation

IFTTHA

A IFTTT for Home Assistant, in your browser. Still heavily work in progress!

Installation

Prerequisites

IFTTHA uses Home Assistant's REST API to communicate with your instance of Home Assistant. Before we start automating from the browser, make sure that your setup reflects the following:

  • A Home Assistant instance is running on a machine that is reachable from the browser machine's network
  • You have created a valid long-lived access token

Firefox (WIP)

  • Download the latest version as .xpi file
  • Install the extension from file

Develop

Install dependencies

yarn

Start developing:

yarn dev

The command above:

  • Builds and bundles the extension source using Parcel; the output goes to dist/ directory
  • Opens the browser using web-ext, watching for file changes automatically

See also