Skip to content

Commit

Permalink
v1.0.0 (#2)
Browse files Browse the repository at this point in the history
## [1.0.0](https://github.com/donavanbecker/homebridge-meater/releases/tag/v1.0.0) (2024-01-31)

### What's Changed

- Release of [homebridge-meater](https://github.com/donavanbecker/homebridge-meater) which allows you to see the temperature to your Meater Thermometer throw HomeKit.

**Full Changelog**: v0.1.0...v1.0.0
  • Loading branch information
donavanbecker authored Jan 31, 2024
1 parent d3c4740 commit 12c6430
Show file tree
Hide file tree
Showing 12 changed files with 317 additions and 3,148 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [latest]
pull_request: # required for autolabeler
types: [opened, reopened, synchronize]
branches: [latest]
types: [opened, reopened, synchronize, ready_for_review, review_requested]
workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"typescript.tsserver.nodePath": "/usr/local/bin/node"
"typescript.tsserver.nodePath": "/usr/local/bin/node",
"codeQL.githubDatabase.update": "never"
}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [Future Release 1.0.0](https://github.com/donavanbecker/homebridge-meater/releases/tag/v1.0.0) (2024-XX-XX)
## [1.0.0](https://github.com/donavanbecker/homebridge-meater/releases/tag/v1.0.0) (2024-01-31)

### What's Changed

-
- Release of [homebridge-meater](https://github.com/donavanbecker/homebridge-meater) which allows you to see the temperature to your Meater Thermometer throw HomeKit.

**Full Changelog**: https://github.com/donavanbecker/homebridge-meater/compare/v0.1.0...v1.0.0

Expand Down
1 change: 1 addition & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"pluginType": "platform",
"singular": true,
"customUi": true,
"customUiPath": "./dist/homebridge-ui",
"headerDisplay": "<p align='center'><img width='100px' src='https://user-images.githubusercontent.com/9875439/102681754-ac2eb800-4189-11eb-8e17-7c47c804484b.png'></p>\n\nThe **Meater** plugin allows you to see your Meater status.",
"footerDisplay": "Please raise any issues on our [project page](https://github.com/donavanbecker/homebridge-meater/issues).\n\nFill out the [Feature Request Form](https://github.com/donavanbecker/homebridge-meater/issues/new?assignees=&labels=&template=feature_request.md) if there is a feature you would like to request.",
"schema": {
Expand Down
50 changes: 0 additions & 50 deletions homebridge-ui/server.cjs

This file was deleted.

Loading

0 comments on commit 12c6430

Please sign in to comment.