hass-core/homeassistant/components/scene
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
..
__init__.py Added your suggestions. 2016-02-28 21:00:51 +01:00
homeassistant.py Added your suggestions. 2016-02-28 21:00:51 +01:00