TimSoethout / ha-nefit

Home Assistant Nefit climate component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ha-nefit

Home Assistant Nefit climate component

Installation

Install the nefit library into your virtual python environment:

(venv) $ pip install nefit-client

Create custom_components/climate/ in your homeassistant config directory and copy the file nefit.py into it.

Configuration

climate:
  platform: nefit
  name: Heating
  serial: XXXXXXXXX
  accesskey: xxxxxxxxx
  password: xxxxxxxxx

About

Home Assistant Nefit climate component

License:Apache License 2.0


Languages

Language:Python 100.0%