mirror of
https://github.com/home-assistant/core.git
synced 2026-08-05 04:48:51 +01:00
0f6ec9b7ac
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" !