Pyscript 1.3.1 release
The 1.3.1 release supports the HASS 2021.3.0 release, which changed the interface for entity services.
Here are the bug fixes since 1.3.0:
- Fixed identification of entity services (services that have
entity_id
as a parameter) to be compatible with changes in HASS 2021.3.0. With pyscript 1.3.0 and earlier, the virtual entity (state) methods that call entity services no longer work in HASS 2021.3.0. Reported by @Nxt3 and debugged by @raman325 (see #173, #178). - Updated docs and
services.yaml
with additional service fields, adopting the new service descriptions in 2021.3.0, submitted by @raman325 (see #174, #176). - add
payload_obj
to list of optional trigger kwargs; also fixed unexpected keyword arg exception reporting; reported by @Beiri22 (see #170).
Enjoy!