Skip to content

Commit

Permalink
Merge pull request #388 from holomekc/feat/automations
Browse files Browse the repository at this point in the history
feat: add support for automations
  • Loading branch information
holomekc authored Aug 10, 2024
2 parents 136c569 + a7527d8 commit 01b9a81
Show file tree
Hide file tree
Showing 16 changed files with 1,916 additions and 1,720 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
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]

steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '18.x'
node-version: ${{ matrix.node-version }}
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
type-checking: true
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 18.x, 20.x, 22.x]
node-version: [ 18.x, 20.x, 22.x ]
os: [ ubuntu-latest, windows-latest, macos-latest ]

steps:
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 01b9a81

Please sign in to comment.