/control

Primary LanguageTypeScript

Control

Control is a simple and lightweight SmartHome App that runs on HomeAssistant. It's designed to be an alternative to the clunky default HASS frontend. However, it is not a replacement for the default frontend, but rather a complement to it since it does not provide all the features of the default frontend. Control's development will also always prioritize the usage of Lights and Switches, since these are the most common devices in a SmartHome.

Features

  • Control your lights, scenes and switches (and maybe other stuff)
  • Easily create simple light automations
  • Create and manage groups
  • Create and manage scenes

Usage

  1. Download the repo
  2. Install the dependencies
npm install
  1. Build the app
npm run build
  1. Run the App
npm run start