core/homeassistant/components/zwave
Josh Wright 2e4ae3e73d PyPI Openzwave (#7415)
* Remove default zwave config path

PYOZW now has much more comprehensive default handling for the config
path (in src-lib/libopenzwave/libopenzwave.pyx:getConfig()). It looks in
the same place we were looking, plus _many_ more. It will certainly do a
much better job of finding the config files than we will (and will be
updated as the library is changed, so we don't end up chasing it). The
getConfig() method has been there for a while, but was subsntially
improved recently.

This change simply leaves the config_path as None if it is not
specified, which will trigger the default handling in PYOZW.

* Install python-openzwave from PyPI

As of version 0.4, python-openzwave supports installation from PyPI,
which means we can use our 'normal' dependency management tooling to
install it. Yay.

This uses the default 'embed' build (which goes and downloads
statically sources to avoid having to compile anything locally). Check
out the python-openzwave readme for more details.

* Add python-openzwave deps to .travis.yml

Python OpenZwave require the libudev headers to build. This adds the
libudev-dev package to Travis runs via the 'apt' addon for Travis.

Thanks to @MartinHjelmare for this fix.

* Update docker build for PyPI openzwave

Now that PYOZW can be install from PyPI, the docker image build process
can be simplified to remove the explicit compilation of PYOZW.
2017-05-05 14:57:14 -07:00
..
__init__.py PyPI Openzwave (#7415) 2017-05-05 14:57:14 -07:00
const.py Add zwave per-node entity. (#6690) 2017-03-23 08:37:20 -07:00
discovery_schemas.py Zwave cover workaround for graber shades. (#7204) 2017-04-22 16:23:39 +02:00
node_entity.py Update docstrings (#7405) 2017-05-02 22:47:20 +02:00
services.yaml Rename zwave nodes by node ID instead of entity ID (#6938) 2017-04-05 08:11:37 -04:00
util.py Add zwave per-node entity. (#6690) 2017-03-23 08:37:20 -07:00
workaround.py added support for Fibaro FGR-222 (similar to FGRM-222) (#6890) 2017-04-02 12:41:53 +03:00