Skip to content

Commit

Permalink
feat: add support for automations
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Aug 10, 2024
1 parent 136c569 commit 861e837
Show file tree
Hide file tree
Showing 15 changed files with 1,913 additions and 1,717 deletions.
27 changes: 0 additions & 27 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]

steps:
- name: Checkout code
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ If you want to support the work I would appreciate a small donation. This is 100

## Changelog

### 0.3.0
* (holomekc) Support for user automations

### 0.2.8
* (holomekc) Improve stability and update dependencies

Expand All @@ -53,8 +56,6 @@ If you want to support the work I would appreciate a small donation. This is 100
* (holomekc) Add support for climate schedules with two options to activate them
* (holomekc) Update intrusion detection so that more information is shown
* (holomekc) Update intrusion detection and climate schedule switches stay active now

### 0.2.2
* (holomekc) Support for rooms. Configuration to ignore server certificates. Allow ttesting controller 2 and can prevent issues in case certificates expire. Less secure though.

### 0.2.1
Expand Down
2 changes: 2 additions & 0 deletions build/bshb-controller.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/bshb-controller.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 861e837

Please sign in to comment.