Finbarr Brady
d027965304
Update luci device tracker ( #21321 )
...
* * bump pip module version.
* moved named tuple into the module.
* pass SSL bool into the object init.
* support get_extra_attributes
* Update homeassistant/components/device_tracker/luci.py
2019-02-23 16:28:41 +01:00
Finbarr Brady
54949cff5a
Support OpenWRT 18.06 in luci device tracker ( #21236 )
...
* Got it right this time i hope
* updates on comments
2019-02-20 16:55:00 +01:00
akloeckner
1aba4699b9
Add attributes of ARP table ( #17987 )
...
* Add attributes of ARP table
This adds the device attributes available in the ARP table and a few more. Implementation is inspired by the nmap scanner.
* lint spaces
2018-11-06 13:15:48 +01:00
Lorenz Schmid
edfc54b2eb
Added option to connect via SSL for OpenWRT(luci) device tracker ( #14627 )
...
* Added option to connect via HTTPS for OpenWRT(luci) device tracker
* Use string formatting
* Update quotes
* Remove whitespace
2018-05-26 09:51:21 +02: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
Finbarr Brady
9a305c9742
Fix for issue: luci returns 403 invalid token when rebooted #6715 ( #6717 )
2017-03-20 08:55:59 -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
Fabian Affolter
be272ac64a
Disable too-many-* ( #4107 )
...
* Disable too-many-* and too-few-public-methods
* Remove globally disabled pylint warnings
2016-10-30 22:18:53 +01: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
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
Fabian Affolter
97f9f8aa49
Update link to docs (Jekyll 3 update)
2015-11-09 13:12:18 +01:00
Fabian Affolter
3b91f89173
Move configuration details to docs
2015-10-13 20:50:53 +02:00
Fabian Affolter
514b8eddb9
Update docstring (config file) and attempt to honor PEP0257
2015-09-07 19:19:11 +02:00
Finbarr Brady
f110dc970d
Fix for getting device names using Luci. Tested on Barier Breaker.
2015-05-30 13:30:34 +00:00
Fabian Affolter
2539c93783
update header
2015-05-11 18:05:46 +02:00
Paulus Schoutsen
ff230cefe3
Disable pylint unused-argument check
2015-01-19 23:40:51 -08:00
Karsten Nerdinger
2c5886f6d4
Fix warnings from flake8 and pylint
2015-01-07 03:57:06 +01:00
Karsten Nerdinger
fc33273464
Check flags in ARP table for NUD_REACHABLE before assuming a device is online. Fixes #18 .
2015-01-07 03:36:39 +01: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