Rendili / hive-for-home-assistant

Hive component, platforms and custom components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hive Custom Component

This is a custom version of the Home Assistant Hive component. This version will setup the Home assitant hive component, but will also take device attributes within the hive system and set them up as individual sensors e.g Living Room Lamp Battery Level

For details on what the home assistant hive component supports please see below:

>> Hive Component Documentation <<

Issues and trouble reports should be reported in the issues tab:

>> Report issues here <<

Installing

I recommend that you install this component via HACS, that way you get updates automatically. But you can just copy and paste the files into the custom component directory.

Setting up

This component can be setup by adding the below into your home assistant configuration, replacing <Your hive Username> and <Your hive Password> with your username and password used on the Hive website. The scan interval is a time peroid set in minutes and this controls the interval as to how often the integration shold pull new data from hive.Once complete the integration will be setup and devices will be discovered and automatically added to Home Assistant.

hive:
  username: <Your hive Username>
  password: <Your hive Password>
  scan_interval: 2 

⚠️ Setting up this custom version will overwrite the default integration.

About

Hive component, platforms and custom components


Languages

Language:Python 100.0%