Skip to content

Tags: nervetattoo/simple-thermostat

Tags

v2.5.0

Toggle v2.5.0's commit message
feat: Support --st-mode-active-background for operation. Fix #345

v2.4.3

Toggle v2.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Icons not working in HA 2021.11

Closes #282

v2.4.2

Toggle v2.4.2's commit message
fix: Clone config in editor. Fixes #233

This _should_ fix the issue with frozen objects.
After weighing the options I landed on simply JSON parse/stringify as
the config only holds JSON values and should never be able to hold
cyclic values.
If this turns out to not be correct in the future the logic should be
replaced with a library that does proper deep clone

v2.4.1

Toggle v2.4.1's commit message
fix: Attempt to improve editor reliability

Use a copy of this.config in valueChanged, considering the passed config
might be frozen

Ref #233

v2.4.0

Toggle v2.4.0's commit message
build: Disable dts build

v2.4.0-beta.3

Toggle v2.4.0-beta.3's commit message
fix: Support hiding builtin sensors

Add a show field on sensors to control hide/show, with the intention to
make this field support templates as well.

```yaml
- id: state
  show: false
```

v2.4.0-beta.2

Toggle v2.4.0-beta.2's commit message
fix: Update temperature on multiple clicks

Fixes #245

v2.4.0-beta.1

Toggle v2.4.0-beta.1's commit message
chore: Enable GH workflows on beta branch

v2.3.2

Toggle v2.3.2's commit message
fix: Improve editor error cases

Ref #233

v2.3.1

Toggle v2.3.1's commit message
fix: Remove debug build from release. HACS probably fails due to it