Paulus Schoutsen
|
ee5f228309
|
Make services yield (#4187)
* Make services yield
* Disable pylint abstract-method check
* add input_select
* add input_slider
* change to async vers.
* fix lint
* yield on add_entities as other components does
|
2016-11-03 18:32:14 -07: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 |
Erik Eriksson
|
3317b4916b
|
OSError is alias for IOException and base class for many other exceptions - no need to catch redundant exceptions if OSError already present in except-clause (#4111)
|
2016-10-29 15:33:56 -07:00 |
Fabian Affolter
|
ea1e4ea215
|
Migrate to voluptuous (#3214)
|
2016-09-05 19:22:26 +02:00 |
thejacko12354
|
e437151881
|
Update samsungtv.py (#2286)
Changed line 75 'KEY_POWER' to 'KEY'
Fixes the problem that every 10 sec the tv interprets that the Up-button is pressed
|
2016-06-12 16:03:40 -07:00 |
Fabian Affolter
|
cf7c2c492a
|
Fix PEP257 issues
|
2016-03-08 10:34:33 +01:00 |
Paulus Schoutsen
|
e80309c03c
|
Fix imports (using isort)
|
2016-02-18 21:27:50 -08:00 |
Stefan Jonasson
|
1c10f218de
|
Fixed duplicate import statements and made use of the config_helper
|
2016-01-31 22:17:00 +01:00 |
Stefan Jonasson
|
2dab815f90
|
Fixes imports, styles and other misstates
|
2016-01-31 19:12:00 +01:00 |
Stefan Jonasson
|
bd475f5db1
|
Added a new media_player platform for controlling Samsung TVs with a lan interface.
Configured like this
media_player:
platform: samsungtv
host: <IP OF TV>
name: <Name of the tv>
|
2016-01-31 10:06:39 +01:00 |