Skip to content

A custom version of the home assistant hive component

Notifications You must be signed in to change notification settings

KJonline/HA-Hive-Custom-Component

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 period 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

A custom version of the home assistant hive component

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%