Skip to content

Mount Kelvin integration for Home Assistant home automation system

Notifications You must be signed in to change notification settings

chacal/ha_mount_kelvin_integration

Repository files navigation

Home Assistant Mount Kelvin integration

This repository contains a custom component for Home Assistant that adds support for mount_kelvin platform through which Home Assistant can be used to control lights and activate scenes of a Mount Kelvin system.

This is still very much work in progress and only includes support for controlling individual lights and activating scenes has been implemented for now.

Installation

  1. Create custom_components directory into Home Assistant's home directory (by default ~/.homeassistant)

  2. Clone this repository in the created dir as mount_kelvin directory:

    git clone https://github.com/chacal/ha_mount_kelvin_integration.git mount_kelvin

  3. Add the following snippet to the Home Assistant's configuration.yaml

    mount_kelvin:
      api_key: <mount-kelvin-api-key>
  1. Restart Home Assistant

Once started the integration queries Mount Kelvin API for all light devices and scenes. All those are added as entities to Home Assistant. Support for both dimmable and on/off lights has been implemented.

About

Mount Kelvin integration for Home Assistant home automation system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages