Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

zha-ng/zha-custom-radios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is obsolete and will not reliably work. Install zha-ng/zigpy-znp's custom component instead.


zha-custom-radios

Adds support for custom radio modules to Home Assistant's ZHA (Zigbee Home Automation) integration component. This custom component allows users to test out new modules before they're integrated into ZHA and develop new zigpy radio modules without having to modify the Home Assistant source code.

Installation

If you're using HACS, add https://github.com/zha-ng/zha-custom-radios as a custom repository. Otherwise, copy custom_components/custom_zha_radios into your Home Assistant installation's custom_components folder.

The latest release of zigpy-znp is already a dependency in the manifest.json so all you need to do is add the following section to your configuration.yaml:

custom_zha_radios:
  znp:
    module: zigpy_znp.zigbee.application
    description: TI CC13x2, CC26x2, and ZZH

The latest release of zigpy-znp will be installed every time you restart Home Assistant.

About

Adds support for custom radios in Home Assistant's ZHA component

Topics

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages