File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ The new features since 0.32 in master include:
40
40
installed on HASS startup and pyscript reload. Contributed by @raman325 (#66, #68, #69).
41
41
- State variable attributes can be set by direct assignment, eg: ``DOMAIN.name.attr = value ``. A
42
42
equivalent new function ``state.setattr() `` allows a specific attribute to be set.
43
- - The reload service now takes an optional parameter ``global_ctx_only `` that specifies just that
44
- global context is reloaded, eg: ``global_ctx_only ="file.my_scripts" ``. Proposed by @dlashua (#63).
43
+ - The reload service now takes an optional parameter ``global_ctx `` that specifies just that
44
+ global context is reloaded, eg: ``global_ctx ="file.my_scripts" ``. Proposed by @dlashua (#63).
45
45
- The ``state.get_attr() `` function has been renamed ``state.getattr() ``. The old function is
46
46
still available and will be removed in some future release.
47
47
- Entities ``DOMAIN.ENTITY `` now support a virtual method ``SERVICE `` (eg, ``DOMAIN.ENTITY.SERVICE() ``)
You can’t perform that action at this time.
0 commit comments