Skip to content

Releases: qui3xote/ottopyscript

v0.3

10 Feb 22:35
8722e0c
Compare
Choose a tag to compare

Support for OttoScript v0.4.

Also improved logging, debugging, global var and trigger var support.

What's Changed

Full Changelog: v0.2...v0.3

v0.2 - Support for areas (and area shortcuts) and more complex triggers.

02 Feb 14:02
6d7dedb
Compare
Choose a tag to compare

Area Support

What's Changed

Full Changelog: 0.1.1...v0.2

0.1.1

12 Jan 21:26
e1e34bc
Compare
Choose a tag to compare

This is a small bugfix release.

What's Changed

Full Changelog: 0.1...0.1.1

Working OttoScript interpreter

05 Jan 15:08
7c36aca
Compare
Choose a tag to compare

The 0.1 release bring the ability to run OttoScript automations in HASS via PyScript.

Working features:

  1. Specify 1 or more directories containing .otto files
  2. Auto-load automations when PyScript is reloaded.
  3. Writing information and debugging statements about loading and execution of Otto automations to HASS logs.