Allow iteration in python_script (#8134)
* Allow iteration in python_script * Add tests
This commit is contained in:
@@ -92,6 +92,7 @@ def execute(hass, filename, source, data=None):
|
||||
'_print_': StubPrinter,
|
||||
'_getattr_': protected_getattr,
|
||||
'_write_': full_write_guard,
|
||||
'_getiter_': iter,
|
||||
}
|
||||
logger = logging.getLogger('{}.{}'.format(__name__, filename))
|
||||
local = {
|
||||
|
||||
Reference in New Issue
Block a user