Otto Winter
678f284015
Upgrade pylint to 1.8.2 ( #12274 )
...
* Upgrade pylint to 1.8.1
* Fix no-else-return
* Fix bad-whitespace
* Fix too-many-nested-blocks
* Fix raising-format-tuple
See https://github.com/PyCQA/pylint/blob/master/doc/whatsnew/1.8.rst
* Fix len-as-condition
* Fix logging-not-lazy
Not sure about that TEMP_CELSIUS though, but internally it's probably just like if you concatenated any other (variable) string
* Fix stop-iteration-return
* Fix useless-super-delegation
* Fix trailing-comma-tuple
Both of these seem to simply be bugs:
* Nest: The value of self._humidity never seems to be used anywhere
* Dovado: The called API method seems to expect a "normal" number
* Fix redefined-argument-from-local
* Fix consider-using-enumerate
* Fix wrong-import-order
* Fix arguments-differ
* Fix missed no-else-return
* Fix no-member and related
* Fix signatures-differ
* Revert "Upgrade pylint to 1.8.1"
This reverts commit af78aa00f125a7d34add97b9d50c14db48412211.
* Fix arguments-differ
* except for device_tracker
* Cleanup
* Fix test using positional argument
* Fix line too long
I forgot to run flake8 - shame on me... 🙃
* Fix bad-option-value for 1.6.5
* Fix arguments-differ for device_tracker
* Upgrade pylint to 1.8.2
* 👕 Fix missed no-member
2018-02-11 09:20:28 -08:00
Fabian Affolter
47e31dc9ee
Fixes for PEP257 ( #11810 )
...
* Fixes for PEP257
* More updates
2018-01-20 22:35:38 -08:00
William Scanlon
41c2bdb4fb
Moved siren to Wink from switch ( #9879 )
2017-10-20 10:18:32 -04:00
William Scanlon
5232f2abdd
Wink dome siren support ( #9667 )
...
* Support for Wink Dome siren/chimes
2017-10-09 11:16:36 -04:00
William Scanlon
d427063acd
Update python-wink version to fix Dome water valve bug. ( #8923 )
2017-08-11 08:35:45 +02:00
William Scanlon
84ebcd8a59
Support for Wink Switch and Light groups also fix fan speed selection ( #8501 )
...
* Support for Switch and Light groups, fix fan speed
* Fixed hound violations
2017-07-20 00:27:39 +02:00
Paulus Schoutsen
5779d64e98
Fix some issues for PyLint 1.7.2 ( #8356 )
...
* Fix some issues for PyLint 1.7.2
* More fixes
* Revert position change for cover
2017-07-05 20:02:16 -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
f8005153c9
Fix wink siren ( #6775 )
...
* Fix siren/switch attributes and update python-wink
* Updated requirements_all.txt
2017-03-25 15:28:16 +01: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
47bbfc309c
Support for python-wink 1.0.0 ( #5534 )
2017-01-24 21:11:18 -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
49ebc6d0b0
Fix PEP257 issues
2016-03-08 13:35:39 +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
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
c95b03f240
Fixed style
2016-01-21 18:32:10 -08: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
17dd8ddc9a
Added wink power strip support
2016-01-06 12:22:50 -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
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
Fabian Affolter
97f9f8aa49
Update link to docs (Jekyll 3 update)
2015-11-09 13:12:18 +01:00
Paulus Schoutsen
7f4c13c382
Upgrade Wink version to v0.1.1
2015-11-08 19:41:22 -08:00
Fabian Affolter
7ec1424825
Add link to docs
2015-10-21 10:47:31 +02:00
Paulus Schoutsen
9f9755c014
Fix wink dependencies
2015-09-09 12:40:28 -07:00
Ryan Kraus
893ae15042
Changed component REQUIREMENTS to absolute versions.
2015-08-29 21:39:50 -04:00
Paulus Schoutsen
60ade75031
Add missing dependencies
2015-08-08 21:22:34 -07:00
Paulus Schoutsen
40b2acb472
Port wink from external to requirements.txt
2015-07-20 00:41:57 -07:00
Fabian Affolter
fdb46d80ba
Update documentation
2015-05-13 19:06:17 -07:00