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
Ville Skyttä
4bd7a7eee3
Remove inline pylint disables for messages disabled in pylintrc ( #14978 )
2018-06-16 00:15:46 +02:00
Josh Anderson
c69f37500a
Restore typeerror check for units sans energy tracking ( #13824 )
2018-04-15 15:25:30 +02:00
Andrei Pop
1d2fd8a2e9
Edimax component reports wrong power values ( #13011 )
...
* Fixed Edimax switch authentication error for newer firmware.
* pyedimax moved to pypi
* Added pyedimax to gen_requirements_all.py
* Cleanup
* Fixed https://github.com/home-assistant/home-assistant/issues/13008
* Only ValueError now
* Trivial error.
2018-03-15 16:27:42 +01:00
Andrei Pop
81ba666db7
Fix Edimax new firmware auth error and move to pyedimax fork ( #12873 )
...
* Fixed Edimax switch authentication error for newer firmware.
* pyedimax moved to pypi
* Added pyedimax to gen_requirements_all.py
* Cleanup
2018-03-04 20:36:38 +01: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
Greg Dowling
acf75b5253
Revise power and energy units and property names. ( #6212 )
...
* Revise power and energy units and property names.
* Add change for new wemo parameter.
2017-03-19 22:02:11 +01:00
Paulus Schoutsen
03e0c7c71c
Prevent edimax from doing I/O in event loop ( #4584 )
2016-11-26 10:10:29 -08:00
Fabian Affolter
59cd92cb4d
Use voluptuous for Edimax ( #3178 )
...
🐬
2016-09-04 19:17:40 -06:00
s1gnalrunner
70d6ce5b79
Fixed issue with edimax SP-1101 switches ( #2105 )
...
* Fixed issue with edimax SP-1101 switches
* Added missing ValueError exception
2016-05-26 05:53:10 -07:00
Fabian Affolter
49ebc6d0b0
Fix PEP257 issues
2016-03-08 13:35:39 +01:00
Paulus Schoutsen
e80309c03c
Fix imports (using isort)
2016-02-18 21:27:50 -08:00
Paulus Schoutsen
cbc6323438
Fix imports
2016-01-28 21:45:26 -08:00
Fabian Affolter
97f9f8aa49
Update link to docs (Jekyll 3 update)
2015-11-09 13:12:18 +01:00
Fabian Affolter
0b7c407519
Remove configuration details
2015-10-21 22:54:42 +02:00
Paulus Schoutsen
326d23de38
Fix pip checking if zip files are installed
2015-09-08 19:49:27 -07:00
Fabian Affolter
78a555faf5
Update docstring (config file) and attempt to honor PEP0257
2015-09-07 19:39:16 +02:00
Ryan Kraus
893ae15042
Changed component REQUIREMENTS to absolute versions.
2015-08-29 21:39:50 -04:00
Fabian Affolter
b39ae8d23a
update header
2015-08-06 18:44:48 +02:00
Rohit Kabadi
c248d5455e
Added REQUIREMENTS lilst to edimax.py
2015-08-02 18:01:31 -07:00
Rohit Kabadi
ffde7e183e
Fixed flake8 violations
2015-07-30 21:05:00 -07:00
Rohit Kabadi
6a239bf18a
Used validate_config to ensure 'host' parameter in edimax config. Added name option to edimax config
2015-07-30 00:10:16 -07:00
Rohit Kabadi
f6811e858a
- Removed https://github.com/rkabadi/pyedimax as submodule
...
- Added https://github.com/rkabadi/pyedimax to requirements
- Modified edimax.py to import pyedimax from python3 default packages
2015-07-29 00:24:42 -07:00
Rohit Kabadi
bb0ace3a61
- Reverted submodule updates
2015-07-25 23:59:48 -07:00
Rohit Kabadi
6a7e28cc85
- Added support for getting power on SP2101W devices (returns None on SP1101W)
2015-07-25 18:46:47 -07:00
Rohit Kabadi
fac194f66c
- Added for smartplug
...
- Added error check for host param in config.yaml
- Fixed SmartPlugSwitch is_on method
- Edimax smartplug works now!
2015-07-20 23:27:25 -07:00
Rohit Kabadi
6631ebfdfa
- Added git submodule @ https://github.com/rkabadi/pyedimax
...
- Added edimax.py module to interface with Edimax SP-1101W and SP-2101W
2015-07-20 20:16:54 -07:00