Mathieu Velten
b5c9eca654
Update pynetgear to 0.5.2 ( #19490 )
2018-12-20 21:16:50 +01:00
Mikko Tapionlinna
6f568d1cf6
Update pynetgear to 0.5.1 ( #18238 )
2018-11-05 19:00:46 -05:00
Mathieu Velten
2d980f2a92
Update pynetgear to 0.5.0 ( #17652 )
2018-10-21 19:54:01 +02:00
Mathieu Velten
8e276295eb
Update pynetgear to 0.4.2 ( fix #14752 ) ( #17064 )
2018-10-02 09:14:07 +02:00
Mathieu Velten
3445dc1f00
Update pynetgear to 0.4.1 (bugfixes) ( #15768 )
2018-07-31 21:40:13 +02:00
Mathieu Velten
ce98dfe395
Add support for tracking devices on Netgear access points ( #13331 )
...
* Netgear: add support for tracking devices on access points
* Netgear: add SSL support and autodetection
2018-05-02 09:38:24 -04:00
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
Pascal Vizeli
f86bd15580
Cleanup old device_tracker stuff ( #8627 )
...
* Cleanup old device_tracker stuff
* Fix lint
2017-07-24 07:45:02 -07:00
Fabian Affolter
3ee4d1060f
Update docstrings ( #7361 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update tomato.py
* Update isy994.py
* Lint + fix tests
* Lint
2017-04-29 22:04:49 -07:00
Pascal Vizeli
b2371c6614
Update device_traker for async platforms ( #5102 )
...
Async DeviceScanner object, migrate to async, cleanups
2017-01-02 21:50:42 +02:00
Johann Kellerman
17a2cac7e1
Use Voluptuous for Luci and Netgear device trackers ( #3123 )
...
* Use Voluptuous for Luci and NEtgear device trackers
* str_schema shortcut
* Undo str_schema
2016-09-05 11:37:36 -06:00
OpenDave15
91b1ebaeb7
Allow use of pynetgear 3.3 port parameter. ( #1777 )
...
* Allow use of pynetgear 3.3 port parameter.
* Fix lint problem
2016-04-09 20:29:06 -07:00
Paulus Schoutsen
cde05b91ce
Better netgear logging
2016-03-14 21:12:42 -07:00
Fabian Affolter
cc7a4d545e
Fix PEP257 issues
2016-03-07 21:18:53 +01:00
Fabian Affolter
7ff9aecd4e
Update docstrings to match PEP257
2016-03-07 18:50:30 +01:00
Paulus Schoutsen
e80309c03c
Fix imports (using isort)
2016-02-18 21:27:50 -08:00
Paulus Schoutsen
dc5d652d31
Update version pynetgear
2016-01-24 09:43:06 -08:00
Paulus Schoutsen
217ffc215b
Update PyNetgear version
2016-01-02 10:27:11 -08:00
Fabian Affolter
97f9f8aa49
Update link to docs (Jekyll 3 update)
2015-11-09 13:12:18 +01:00
Fabian Affolter
0369a9ee0d
Move configuration details to docs
2015-10-13 20:54:48 +02:00
Paulus Schoutsen
f9b17ab026
Device tracker rewrite
2015-09-09 23:37:15 -07:00
Fabian Affolter
514b8eddb9
Update docstring (config file) and attempt to honor PEP0257
2015-09-07 19:19:11 +02:00
Ryan Kraus
893ae15042
Changed component REQUIREMENTS to absolute versions.
2015-08-29 21:39:50 -04:00
Paulus Schoutsen
917db18b29
Fix netgear username/password combo
2015-08-24 23:32:07 -07:00
Paulus Schoutsen
35489998df
Allow for Netgear router discovery
2015-08-23 17:20:09 -07:00
Paulus Schoutsen
43cc3624ee
Port PyNetgear from external to requirements.txt
2015-07-19 23:44:32 -07:00
Fabian Affolter
61e1f56922
update header
2015-05-11 18:05:58 +02:00
Paulus Schoutsen
ff230cefe3
Disable pylint unused-argument check
2015-01-19 23:40:51 -08:00
Paulus Schoutsen
45e295c1d3
Update pynetgear to latest version
2015-01-17 13:49:22 -08:00
Paulus Schoutsen
0527760e9b
Refactor: code moved to new helper and constants file. Also adds support for multiple types for switch/light components.
2014-12-06 23:57:02 -08:00
Paulus Schoutsen
48089b01ab
Renamed AddCooldown to Throttle and added bypass functionality
2014-12-04 21:06:45 -08:00
Paulus Schoutsen
31b9f65513
Added initial version of AddCooldown decorator
2014-12-04 01:14:27 -08:00
Paulus Schoutsen
9f9b926011
All platforms supported by components have their own file - you can can have custom platforms
2014-11-11 21:39:17 -08:00