Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.32 KB

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