Allow iteration in python_script (#8134)
* Allow iteration in python_script * Add tests
This commit is contained in:
parent
4d2b79156d
commit
6398e92836
2 changed files with 16 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue