GermanBluefox
21a11d9675
chore: release v2.1.0
...
* (mokusone) Added optional entity exclude filter with glob patterns, configurable via the admin UI, plus a verbose-logging toggle for inspecting matches
* (@klein0r) Use `/core/` instead of `/api/` when connecting to supervisor directly (e.g., in ha app)
* (@klein0r) Use ENV var SUPERVISOR_TOKEN as fallback for password
2026-05-16 20:08:21 +02:00
GermanBluefox
1883937e4a
Bump version
2026-05-16 20:07:53 +02:00
mokusone
9b95ece284
feat(filter): add isExcluded helper with unit tests
...
Glob-based entity_id matcher used by the upcoming exclude-filter feature.
Single wildcard `*` (matches any sequence including dots), all other characters
matched literally with regex metacharacters escaped. Case-sensitive, anchored.
Empty pattern array always returns false, so the helper is a no-op when the
adapter is not configured to filter anything.
New mocha unit-test suite invoked via `npm run test:unit` (separate from the
existing js-controller-backed test:integration).
2026-05-14 11:40:28 +02:00
GermanBluefox
0d39cc9d1d
chore: release v2.0.4
...
* (@GermanBluefox) Tried to keep the custom settings of the objects when updating them with new data from HASS
2026-05-05 14:31:50 +02:00
GermanBluefox
a64ef243f0
Tried to keep the custom settings of the objects when updating them with new data from HASS
2026-05-05 10:01:38 +02:00
GermanBluefox
06cdfbd9e4
chore: release v2.0.3
...
* (@GermanBluefox) Adapter was updated and migrated to TypeScript
* (@Titanium177) Added roles for states and added debouncing for reading states from hass
2026-04-02 10:32:32 +02:00
GermanBluefox
906e6d172c
chore: release v2.0.2
...
* (@GermanBluefox) Adapter was updated and migrated to TypeScript
* (@Titanium177) Added roles for states and added debouncing for reading states from hass
2026-03-31 22:11:49 +02:00
GermanBluefox
fbabfaae94
chore: release v2.0.1
...
* (@GermanBluefox) Adapter was updated and migrated to TypeScript
2026-03-31 20:15:35 +02:00
GermanBluefox
f0b6a23ad6
chore: release v2.0.0
...
* (@GermanBluefox) Adapter was updated and migrated to TypeScript
2026-03-31 20:10:03 +02:00
GermanBluefox
ebca1ad36c
MIgrate adapter to Typescript
2026-03-31 19:44:44 +02:00
GermanBluefox
92140fe771
Update packages
2026-03-31 17:00:15 +02:00
dependabot[bot] and GitHub
440f672f9e
Bump @alcalzone/release-script from 3.6.0 to 3.7.0 ( #96 )
2023-12-01 07:16:58 +00:00
dependabot[bot] and GitHub
a4039286c7
Bump chai from 4.3.8 to 4.3.10 ( #90 )
2023-10-01 04:56:17 +00:00
dependabot[bot] and GitHub
5573276759
Bump chai from 4.3.7 to 4.3.8 ( #89 )
2023-09-01 08:00:49 +00:00
dependabot[bot] and GitHub
8ad88617c0
Bump @alcalzone/release-script from 3.5.9 to 3.6.0 ( #87 )
2023-08-01 07:32:35 +00:00
dependabot[bot] and GitHub
f7ba3f0cad
Bump @alcalzone/release-script-plugin-iobroker from 3.5.9 to 3.6.0 ( #85 )
2023-08-01 04:45:54 +00:00
dependabot[bot] and GitHub
7129b7f231
Bump ws from 8.12.1 to 8.13.0
...
Bumps [ws](https://github.com/websockets/ws ) from 8.12.1 to 8.13.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.12.1...8.13.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-01 05:19:02 +00:00
dependabot[bot] and GitHub
97ca358ea5
Bump @iobroker/adapter-core from 2.6.7 to 2.6.8 ( #77 )
2023-04-01 04:50:47 +00:00
dependabot[bot] and GitHub
c211767bb3
Bump ws from 8.12.0 to 8.12.1 ( #75 )
2023-03-01 07:18:12 +00:00
dependabot[bot] and GitHub
90def09878
Bump ws from 8.11.0 to 8.12.0
...
Bumps [ws](https://github.com/websockets/ws ) from 8.11.0 to 8.12.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.12.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 04:47:11 +00:00
Ingo Fischer
976c611f97
chore: release v1.4.0
...
* (Apollon77) Added more guidance logging when setting services incorrectly
* (Apollon77) Prevent crashes when attributes contain "." at the end of their names
* (Apollon77) Added logging for state updates for unknown objects
2023-01-03 22:53:58 +01:00
dependabot[bot] and GitHub
8fc6f4ac01
Bump mocha from 10.1.0 to 10.2.0 ( #72 )
2023-01-01 04:47:06 +00:00
Ingo Fischer
ad8f360c17
* add adapter-dev, remove gulp
...
* add more guidance on how to call
* update deps
2022-12-08 23:06:36 +01:00
dependabot[bot] and GitHub
88d027d575
Update axios requirement from ^1.1.3 to ^1.2.0 ( #67 )
2022-12-01 11:50:51 +00:00
dependabot[bot] and GitHub
9727116d46
Update chai requirement from ^4.3.6 to ^4.3.7 ( #66 )
2022-12-01 08:12:36 +00:00
Bluefox and GitHub
03fba79027
Merge pull request #60 from ioBroker/dependabot/npm_and_yarn/ws-tw-8.10.0
...
Update ws requirement from ^8.8.1 to ^8.10.0
2022-12-01 01:42:19 +01:00
Bluefox and GitHub
50fd571f0b
Merge pull request #63 from ioBroker/dependabot/npm_and_yarn/axios-1.1.3
...
Bump axios from 0.27.2 to 1.1.3
2022-12-01 01:42:04 +01:00
dependabot[bot] and GitHub
cdc3aba0b2
Update ws requirement from ^8.8.1 to ^8.10.0
...
Updates the requirements on [ws](https://github.com/websockets/ws ) to permit the latest version.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.8.1...8.10.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 09:23:11 +00:00
dependabot[bot] and GitHub
8a2933411f
Update @iobroker/adapter-core requirement from ^2.6.6 to ^2.6.7 ( #62 )
2022-11-01 09:21:45 +00:00
dependabot[bot] and GitHub
68c6bd989f
Bump axios from 0.27.2 to 1.1.3
...
Bumps [axios](https://github.com/axios/axios ) from 0.27.2 to 1.1.3.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.1.3 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 06:06:26 +00:00
dependabot[bot] and GitHub
e03a2cfc80
Update mocha requirement from ^10.0.0 to ^10.1.0 ( #61 )
2022-11-01 06:04:19 +00:00
dependabot[bot] and GitHub
9558c39deb
Update @iobroker/adapter-core requirement from ^2.6.0 to ^2.6.6 ( #58 )
2022-10-01 04:01:09 +00:00
dependabot[bot] and GitHub
2956ee506a
Update ws requirement from ^8.8.0 to ^8.8.1 ( #57 )
2022-08-01 03:13:53 +00:00
Ingo Fischer
62ce173d22
chore: release v1.3.0
...
* (Apollon77) Further optimize sending data to HASS and allow to set values like numbers as normal states if the service has one attribute and it can be mapped
2022-07-01 10:10:38 +02:00
Ingo Fischer
b54916d743
chore: release v1.2.0
...
* (Apollon77) IMPORTANT: Replace special characters in entity attribute names with an underscore! Object IDs might change!
* (Apollon77) make sure a "null" value in state changes is not crashing
2022-06-17 23:23:11 +02:00
Ingo Fischer
52d8bddb11
* (Apollon77) make sure a "null" value in state changes is not crashing
2022-06-17 23:20:26 +02:00
dependabot[bot] and GitHub
271bd03d14
Update @alcalzone/release-script requirement from ^3.5.8 to ^3.5.9 ( #53 )
2022-06-01 09:45:24 +00:00
dependabot[bot] and GitHub
36bc7c99fd
Update @alcalzone/release-script-plugin-license requirement ( #51 )
2022-06-01 07:48:32 +00:00
dependabot[bot] and GitHub
cc76a49d62
Update @alcalzone/release-script-plugin-iobroker requirement ( #54 )
2022-06-01 07:05:24 +00:00
dependabot[bot] and GitHub
7a2475ba02
Update @alcalzone/release-script-plugin-license requirement ( #47 )
2022-05-01 14:15:54 +00:00
dependabot[bot] and GitHub
47cb4cfad8
Update @alcalzone/release-script requirement from ^3.5.6 to ^3.5.8 ( #49 )
2022-05-01 11:54:23 +00:00
dependabot[bot] and GitHub
2a473f88b0
Update @alcalzone/release-script-plugin-iobroker requirement ( #48 )
2022-05-01 09:16:22 +00:00
dependabot[bot] and GitHub
245032a178
Bump axios from 0.26.1 to 0.27.2 ( #46 )
2022-05-01 05:37:18 +00:00
Ingo Fischer
e6b58530d4
chore: release v1.1.2
...
* (Apollon77) Fix crash cases reported by Sentry
2022-03-29 09:07:54 +02:00
Ingo Fischer
4096826099
chore: release v1.1.1
...
* (Apollon77) Show password fields masked again in config
2022-03-25 09:25:45 +01:00
Ingo Fischer
a4a7abedbe
chore: release v1.1.0
...
* IMPORTANT: You need to re-enter the password once after installing this version!
* (Apollon77) Implement Service triggers to use any value to trigger or stringified JSON to call with fields
* (Apollon77) Optimize unload handling
* (Apollon7) Add Sentry for crash reporting
2022-03-24 21:33:49 +01:00
Ingo Fischer
3b83e686f7
* (Apollon77) Implement Service triggers to use any value to trigger or stringified JSON to call with fields
2022-03-21 17:11:48 +01:00
Bluefox and GitHub
4d939862d6
Merge branch 'master' into dependabot/npm_and_yarn/ws-tw-8.5.0
2022-03-07 18:45:37 +01:00
Bluefox and GitHub
d297bf3d27
Merge pull request #41 from ioBroker/dependabot/npm_and_yarn/iobroker/adapter-core-tw-2.6.0
...
Update @iobroker/adapter-core requirement from ^2.5.1 to ^2.6.0
2022-03-07 18:45:17 +01:00
dependabot[bot] and GitHub
ba6f42601a
Update mocha requirement from ^9.2.0 to ^9.2.1 ( #40 )
2022-03-01 09:22:32 +00:00