Skip to content

Releases: joshuar/go-hass-anything

v1.1.0

11 Oct 22:55
2cdb281
Compare
Choose a tag to compare

1.1.0 (2023-10-11)

Features

  • config: embed the app version for use within the code (1f1d643)
  • config: re-do config (9c43341)
  • hass: add Register and UnRegister functions (126f753)
  • hass: improve entity configs (7aefbee)
  • init: add a prestart command for systemd service (063c585)

Bug Fixes

  • appgenerator: better app detection (e6f1b3a)
  • config: moq interfaces (659b7fd)
  • config: registration methods do not need any inputs (fc48486)
  • exampleapp: simplify Clear function (1ceebf8)

Reverts

  • init: don't do prestart (acdee55)

v1.0.1

09 Oct 04:01
3762d96
Compare
Choose a tag to compare

1.0.1 (2023-10-09)

Bug Fixes

  • apps: move helpers to external pkg dir (0358ab0)

v1.0.0

04 Oct 00:47
59fa65f
Compare
Choose a tag to compare

1.0.0 (2023-10-04)

Features

  • agent: autogenerate list of apps (5bb2f7f)
  • all: add a bunch of helpers for entities, use in Example App (8e53c5d)
  • all: add a systemd service file (74d8e54)
  • all: add an example app (f1a09c8)
  • all: initial commit (5450059)
  • web: add ability to customise request timeout (c79c61e)

Bug Fixes

  • apps: actually add example app (723e826)