fsy89 / home-assistant-prismatik

Prismatik custom component for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

     

Prismatik

uncheck Listen only on local interface

HA server

cd /hass/config/custom_components

# for the latest version
git clone --branch master --depth 1 https://github.com/zomfg/home-assistant-prismatik.git prismatik

# or for a specific HA version, see https://github.com/zomfg/home-assistant-prismatik/tags for available versions
git clone --branch ha-0.110 --depth 1 https://github.com/zomfg/home-assistant-prismatik.git prismatik

or manually download to /hass/config/custom_components and rename home-assistant-prismatik to prismatik

HA config

light:
  - platform: prismatik
    host: 192.168.42.42

    # optional
    port: 3636

    # optional
    name: "Prismatik"

    # optional
    api_key: '{API_KEY}'

    # optional: profile name to use so other profiles don't get altered
    profile_name: hass

tested on HA 0.105.4 and Prismatik 5.2.11.21

About

Prismatik custom component for Home Assistant


Languages

Language:Python 100.0%