Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 #2

Merged
merged 12 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading