Paulus Schoutsen
b2d1774293
Fix Z-Wave ( #5955 )
2017-02-13 08:54:11 -08:00
Paulus Schoutsen
8ca3ca8564
Z-Wave: Rename customize to device_config [Breaking change] ( #5933 )
...
* Z-Wave: Rename customize to device_config
* Fix light
* Make entity id not required
2017-02-12 23:55:27 -08:00
Andrey
f4372a7df5
Fix getters that ignored labels. ( #5903 )
...
* Fix getters that ignored labels.
* Try 5 times for changed dict
* fix lint
* Add decorator with retrying functions.
* Fix lint
* use retries instead of decorator
2017-02-12 15:42:09 -08:00
Andrey
0b5191a247
Add support for zwave wakeup setting. ( #5849 )
...
* Add support for zwave wakeup setting.
* rename wakeup
2017-02-10 08:54:48 -08:00
Andrey
5bd54f69cc
Fix zwave helper getter not to fail on some None results. ( #5845 )
2017-02-10 12:30:44 +02:00
John Arild Berentsen
298575f7cb
Adding helper for get and set values ( #5743 )
...
* cleanup
* Update __init__.py
* Update __init__.py
* Update __init__.py
2017-02-09 13:40:35 +01:00
Andrey
4b15946a9b
Make sure workaround_component is not none ( #5808 )
2017-02-08 21:11:36 +02:00
Andrey
1b54218d46
Create a file for zwave workarounds. ( #5798 )
...
* Create a file for zwave workarounds. Add sensor->binary_sensor for fgfs101 (#2 )
* Don't use default None
2017-02-07 20:37:11 -08:00
andrey-git
1fb372ffdb
Apply new customize format to Zwave ( #5603 )
2017-01-28 22:29:51 +02:00
Adam Mills
923431110a
[*.zwave] Refactor of zwave value_changed ( #5512 )
...
* Refactor of zwave value_changed
* Rename update_properties to update
* Revert "Rename update_properties to update"
This reverts commit 723578e7d4
.
2017-01-26 22:21:33 -08:00
John Arild Berentsen
5c006cd2d2
Prevent Homeassistant to create a segfault with OZW ( #5085 )
2017-01-02 18:53:46 +01:00
andrey-git
a7cc7ce476
Clean up DEFAULT_DEBUG constant in zwave ( #5138 )
...
Nice 👍
2017-01-02 18:45:44 +01:00
John Arild Berentsen
23f16bb68f
Catch RuntimeError ( #5134 )
2017-01-02 18:45:10 +01:00
andrey-git
7fbf68df35
Add print_config_parameter service to Z-Wave ( #5121 )
...
* Add print_config_param service to z-wave
* Add print_config_parameter service to z-wave
* Add print_config_parameter service to z-wave
* Fix typos
* Fix typos
* Fix typo
2017-01-01 21:10:45 +01:00
Jack Chapple
1f573b46a4
Fixes #4500 ( #4502 )
2016-11-21 19:35:36 -08:00
John Arild Berentsen
123f4acfc1
ZWave lights: Not use super() ( #4476 )
...
* Not use super
* Review changes
2016-11-20 11:49:54 -08:00
John Arild Berentsen
58f0655298
ZWave Light: Use Configurable refresh ( #4437 )
...
* Use Configurable refresh
* Use super instead of object
2016-11-18 21:59:01 +01:00
John Arild Berentsen
02afc98668
Prevent zwave from firing event at shutdown ( #3987 )
2016-10-22 14:08:24 +02:00
John Arild Berentsen
8b2edc1514
ZWave: Add association service ( #3894 )
...
* Add association service
* Refactor service
* Requested changes
* Grammar in pydocstyle
2016-10-16 20:36:06 +02:00
Lukas
ad259ead50
Add ignore option to zwave customize configuration ( #3865 )
2016-10-14 08:36:55 -07:00
Igor Shults
6951b6f60b
Allow any positive integer for Z-Wave polling intensity ( #3859 )
2016-10-14 00:09:52 -07:00
John Arild Berentsen
8f4608c654
Use only node id to identify node in set_config_parameter ( #3801 )
2016-10-13 23:45:00 -07:00
Lukas
1373db8b60
Include index and instance in object_id of zwave devices ( #3759 )
...
* Include index and instance in object_id of zwave devices
* Add the instance id if there is more than one instance for the value
2016-10-13 21:13:05 -07:00
John
1bc6366051
Increase allowable polling intensity values ( #3711 )
2016-10-05 16:58:06 +02:00
Fabian Affolter
0c68f381b0
Migrate to voluptuous ( #3679 )
2016-10-05 14:40:08 +02:00
John Arild Berentsen
17a8dd3f70
Add set_config_parameter service ( #3696 )
2016-10-04 22:04:19 -07:00
John Arild Berentsen
521080d1b0
Zwave: Update commandclasses and deviceclasses according to sigma SDK ( #3495 )
...
* Update Command classes and device types to Sigma SDK
* Fix some pylint
* Seperate constants to file
* Flake8
* coverage and flake8 pylint
* Add services.yaml
* Service descriptions was missing
* Spelling :)
* grammar
* Remove zwave service descriptions from main
2016-09-30 08:43:18 -07:00