Commit graph

6 commits

Author SHA1 Message Date
Fabian Affolter
1b8b2acb51 Fix PEP257 issues 2016-03-07 22:50:56 +01:00
sander
0f6ec9b7ac Added your suggestions.
Looking at your code suggestion below I am not sure exactly how other people might want to put in lists. (But I am missing a more general overview of the code)

 ```
if not isinstance(scene_config,list):
  scene_config=[scene_config]
```

But it is there !
And changed "config" to "states" !
2016-02-28 21:00:51 +01:00
sander
94633b3795 1. added platform per scene entry.
2. changed homeassistant scene setup_platform method to work with 1.
2016-02-28 10:24:02 +01:00
sander
019af42e94 removed unnecessary properties. 2016-02-23 09:42:34 +01:00
sander
e37c232bf6 flake8 correction 2016-02-22 20:05:42 +01:00
sander
fb449cbc82 first commit 2016-02-22 19:53:55 +01:00