diff --git a/.vscode/settings.json b/.vscode/settings.json index aa5156a6..1a71c09f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,5 +28,8 @@ "codeQL.githubDatabase.update": "never", "[html]": { "editor.defaultFormatter": "vscode.html-language-features" + }, + "[jsonc]": { + "editor.defaultFormatter": "vscode.json-language-features" } } diff --git a/CHANGELOG.md b/CHANGELOG.md index c12451bf..5422693f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,26 +2,33 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/) +## [2.1.5](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.5) (2024-09-25) + +### What's Changes +- Housekeeping and updated dependencies. + +**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.4...v2.1.5 + ## [2.1.4](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.4) (2024-07-16) ### What's Changes - Housekeeping and updated dependencies. -**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.3..v2.1.4 +**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.3...v2.1.4 ## [2.1.3](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.3) (2024-07-06) ### What's Changes - Housekeeping and updated dependencies. -**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.2..v2.1.3 +**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.2...v2.1.3 ## [2.1.2](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.2) (2024-05-30) ### What's Changes - Housekeeping and updated dependencies. -**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.1..v2.1.2 +**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.1...v2.1.2 ## [2.1.1](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.1) (2024-05-29) @@ -29,7 +36,7 @@ All notable changes to this project will be documented in this file. This projec - Fix for UI linking issues and refresh issues. - Housekeeping and updated dependencies. -**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.0..v2.1.1 +**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.0...v2.1.1 ## [2.1.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.0) (2024-05-26) @@ -37,14 +44,14 @@ All notable changes to this project will be documented in this file. This projec - Major refactoring of resideo `device` files. - Housekeeping and updated dependencies. -**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.0.1..v2.1.0 +**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.0.1...v2.1.0 ## [2.0.1](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.0.1) (2024-04-27) ### What's Changes - Attempt to fix UI [#822](https://github.com/donavanbecker/homebridge-resideo/pull/822), Thanks [@bwp91](https://github.com/bwp91) -**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.0.0..v2.0.1 +**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.0.0...v2.0.1 ## [2.0.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.0.0) (2024-01-31) diff --git a/README.md b/README.md index 14dc8c7f..06e76bc2 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ -
The Homebridge Resideo +
The Homebridge Resideo plugin allows you to access your Resideo Device(s) from HomeKit with - Homebridge. + Homebridge.
diff --git a/config.schema.json b/config.schema.json index 6abb12ae..deb6f9c4 100644 --- a/config.schema.json +++ b/config.schema.json @@ -601,4 +601,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 00000000..e2ac6616 --- /dev/null +++ b/docs/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css new file mode 100644 index 00000000..5674cf39 --- /dev/null +++ b/docs/assets/highlight.css @@ -0,0 +1,22 @@ +:root { + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --code-background: var(--dark-code-background); +} + +pre, code { background: var(--code-background); } diff --git a/docs/assets/icons.js b/docs/assets/icons.js new file mode 100644 index 00000000..e88e8ca7 --- /dev/null +++ b/docs/assets/icons.js @@ -0,0 +1,18 @@ +(function() { + addIcons(); + function addIcons() { + if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons); + const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg")); + svg.innerHTML = `"The Homebridge Resideo +plugin allows you to access your Resideo Device(s) from HomeKit with + Homebridge. +
+ ++ +
++ +
+