cdce8p
3b5e5cbcd6
Async syntax 5, light & lock & remote & scene & telegram & helpers ( #17019 )
2018-10-01 08:56:50 +02:00
Paulus Schoutsen
994b829cb4
add_devices -> add_entities ( #16171 )
...
* add_devices -> add_entities
* Lint
* PyLint
* Revert external method in scsgate
2018-08-24 16:37:30 +02:00
Fabian Affolter
954e4796b8
Use ATTR_NAME from const.py ( #14450 )
2018-05-14 13:05:52 +02:00
Fabian Affolter
47e31dc9ee
Fixes for PEP257 ( #11810 )
...
* Fixes for PEP257
* More updates
2018-01-20 22:35:38 -08:00
Anders Melchiorsen
8267a21bfe
Lazy loading of service descriptions ( #11479 )
...
* Lazy loading of service descriptions
* Fix tests
* Load YAML in executor
* Return a copy of available services to allow mutations
* Remove lint
* Add zha/services.yaml
* Only cache descriptions for known services
* Remove lint
* Remove description loading during service registration
* Remove description parameter from async_register
* Test async_get_all_descriptions
* Remove lint
* Fix typos from multi-edit
* Remove unused arguments
* Remove unused import os
* Remove unused import os, part 2
* Remove unneeded coroutine decorator
* Only use executor for loading files
* Cleanups suggested in review
* Increase test coverage
* Fix races in existing tests
2018-01-07 14:54:16 -08:00
William Scanlon
312de6b3a3
New Wink services. pair new device, rename, and delete, add new lock key code. Add water heater support ( #9303 )
...
* Pair new device, rename, delete, and lock key code services. Also add water heater support.
* Fixed tox
2017-09-26 23:17:55 -07:00
Paulus Schoutsen
46e030662d
Fix pylint 1.7.2 no-else-return issues ( #8361 )
...
* Fix pylint 1.7.2 no-else-return issues
* Update tomato.py
2017-07-05 23:30:01 -07:00
William Scanlon
cfbbade6d1
Additional Wink lock features ( #7445 )
...
* Additional Wink lock features
2017-05-13 14:09:00 -04:00
Fabian Affolter
a4f1f6e724
Update docstrings ( #7374 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstring
* Update docstrings
* Update docstrings
* Fix lint issues
* Update docstrings
* Revert changes in dict
2017-05-02 09:18:47 -07:00
William Scanlon
628b169393
Fixed call to object_id() ( #5814 )
2017-02-08 19:57:58 -08:00
William Scanlon
80a794e587
Wink AC and addidtional sensor support ( #5670 )
...
* Added door bell sensors
* Initial support for AC units.
* Added new device service
* Quirky Aros AC unit support
* Use super() everywhere and error checking for token request.
* Ignore camera sensors during setup of alarms.
* Added manufacturer/device attributes to all wink devices.
* Fixed style errors
* Fixed remaining lint errors.
2017-02-01 22:43:12 -08:00
William Scanlon
4c03d670c1
Wink PubNub v4 ( #4561 )
...
* PubNub v4
* Updated to pubnubsub-handler 0.0.5
* Updated requirements_all.txt
2016-11-30 13:12:26 -08:00
William Scanlon
43c395232a
Sensor updates ( #3410 )
2016-09-20 00:05:54 -07:00
William Scanlon
58c0990508
Convert rgb to hsb for Wink Osram light
2016-09-11 10:45:04 -04:00
William Scanlon
f00cdc50df
Updated python-wink version to fix color/temp detection ( #2935 )
2016-08-22 21:31:17 -07:00
William Scanlon
53f9809567
Wink water leak sensor ( #2572 )
2016-07-20 07:39:45 -07:00
William Scanlon
3246b58437
Support for Wink lock user codes ( #2525 )
2016-07-14 13:31:16 -07:00
William Scanlon
2b514139eb
Downgraded pubnub version ( #2420 )
2016-07-02 10:04:51 -07:00
William Scanlon
6a816116ab
Wink subscription support ( #2324 )
2016-06-29 14:16:53 -07:00
Phil Kates
40840044ca
Wink Rollershutter ( #2294 )
...
* Update python-wink to 0.7.7
* Add Wink Rollershutter component
2016-06-18 09:59:13 -07:00
William Scanlon
1cd59cf2a9
Added battery level to wink devices ( #1979 )
2016-05-06 18:19:37 -07:00
Brad Johnson
725b336683
Upgrading to python-wink 0.7.5. ( #1925 )
...
This fixes a bug where light bulb statuses were failing to update on the HA polling update call.
2016-04-28 08:22:39 +02:00
Brad Johnson
09693bf16c
Upgrading to python-wink 0.7.4 and improving RGB color support in HA ( #1832 )
2016-04-17 19:07:21 -07:00
William Scanlon
208a7c9e60
Added available method to all wink components
2016-03-17 15:57:26 -04:00
bradsk88
8a6cc49438
Upgrading python-wink to 0.6.3
...
This corrects a bug where multi-sensors' internal states were rendered null when downloading state updates from the Wink API.
2016-03-14 19:16:54 -06:00
Fabian Affolter
6879e39d6c
Fix PEP257 issues
2016-03-07 22:13:18 +01:00
Fabian Affolter
9c4fe6e7fe
Modify docstrings to match PEP257
2016-02-28 12:03:47 +01:00
William Scanlon
5a64ef2c98
Moved Wink binary sensors to a binary sensor class
2016-02-25 14:03:02 -05:00
William Scanlon
3da554a198
Update wink version
2016-02-21 12:01:32 -05:00
William Scanlon
b2366ce68e
Added optional parameter to lock and unlock methods
2016-02-17 05:50:36 -05:00
Paulus Schoutsen
77b141a355
Update Wink to 0.6
2016-02-13 08:17:38 -08:00
bradsk88
6e69737e88
Updating to python-wink 0.5.0
...
Major bugfix. ``` get_bulbs ``` and similar methods were always returning empty lists.
Better unit tests have been added to https://github.com/bradsk88/python-wink to avoid this regression.
2016-02-06 14:22:46 -06:00
William Scanlon
56ce3e5f5a
Wink siren support
2016-01-21 18:32:10 -08:00
William Scanlon
de5bee6359
Updated python-wink version
2016-01-14 08:56:59 -05:00
William Scanlon
2803631906
Updated python-wink to 0.4.0
2016-01-08 08:25:26 -05:00
William Scanlon
1747db1888
More spacing fixes
2015-12-16 22:45:58 -05:00
William Scanlon
eb6b4218fc
Moved python-wink requirement to PyPI
2015-12-16 18:39:23 -05:00
William Scanlon
f6d16ba118
updated python-wink requirements for 3.0.1
2015-12-16 15:22:38 -05:00
William Scanlon
afbf377b6d
Update for style changes in python-wink
2015-12-16 13:32:38 -05:00
William Scanlon
c91cd9aa84
Updated python-wink requirements
2015-12-16 11:05:18 -05:00
William Scanlon
94eb002b0a
Updated python-wink requirements and URL
2015-12-15 10:32:20 -05:00
miniconfig
105dc2847e
Changed locked method of lock support to "is_locked".
...
Added lock and unlock methods
Updated wink components to use the new version of the wink library.
2015-11-20 16:34:27 -05:00
miniconfig
fa7391cdf6
Changed do_lock and do_unlock methods to lock and unlock.
...
Implemented state method.
Fixed locked method for demo interface.
Changed LockDevice to extend Entity instead of ToggleEntity
2015-11-19 16:54:55 -05:00
miniconfig
c78899c4f3
Added support for Locks, including those connected through a wink hub.
2015-11-17 10:17:57 -05:00