royvandongen / companion-module-homeassistant-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

companion-module-home-assistant

Getting started

Execute yarn command to install the dependencies.

The module can be built once with yarn build. This should be enough to get the module to be loadable by companion.

While developing the module, by using yarn build:watch the compiler will be run in watch mode to recompile the files on change.

Changes

v0.6.1

  • Update for improved module api features

v0.6.0

  • Update for improved instance_skel.checkFeedbacks signature

v0.5.2

  • Migration script not running

v0.5.1

  • Missing boolean feedback migration script

v0.5.0

  • feedbacks updated to new format. allows more customisation of style

v0.4.0

  • Support input_boolean entities

v0.3.1

  • Use variables for preset labels

v0.3.0

  • Add variables for entity names

v0.2.0

  • Add binary_sensor feedback
  • Add executing scripts

About

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%