Skip to content

Commit

Permalink
Version 1.0.0 (#3)
Browse files Browse the repository at this point in the history
## [Version 1.0.0](v0.1.0...v1.0.0) (2021-08-09)

- Release of [homebridge-noip](https://github.com/donavanbecker/homebridge-noip) which allows you to update your No-IP hostname.
  • Loading branch information
donavanbecker authored Aug 9, 2021
1 parent 370184e commit 0f00b20
Show file tree
Hide file tree
Showing 5 changed files with 1,098 additions and 1,230 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

## [Version 1.0.0](https://github.com/donavanbecker/homebridge-noip/compare/v0.1.0...v1.0.0) (2021-XX-XX)
## [Version 1.0.0](https://github.com/donavanbecker/homebridge-noip/compare/v0.1.0...v1.0.0) (2021-08-09)

- Add support to update your No-IP hostname.
- Release of [homebridge-noip](https://github.com/donavanbecker/homebridge-noip) which allows you to update your No-IP hostname.

## [Version 0.1.0](https://github.com/donavanbecker/homebridge-noip/compare/v0.1.0...v1.0.0) (2021-08-09)

Expand Down
23 changes: 9 additions & 14 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,12 @@
"title": "Hostname",
"type": "string"
},
"options": {
"type": "object",
"properties": {
"refreshRate": {
"title": "Refresh Rate",
"type": "number",
"minimum": 1800,
"placeholder": 1800,
"description": "Indicates the number of seconds between polls of the No-IP service."
}
}
"refreshRate": {
"title": "Refresh Rate",
"type": "number",
"minimum": 1800,
"placeholder": 1800,
"description": "Indicates the number of seconds between polls of the No-IP service."
}
}
},
Expand All @@ -58,7 +53,7 @@
"expandable": true,
"expanded": true,
"items": [
"hostname"
"hostname"
]
},
{
Expand All @@ -72,10 +67,10 @@
"helpvalue": "<h5>Refresh Rate</h5><em class='primary-text'>Refresh Rate indicates the number of seconds between polls of the No-IP service.</em>"
},
{
"key": "options.refreshRate",
"key": "refreshRate",
"notitle": true
}
]
}
]
}
}
Loading

0 comments on commit 0f00b20

Please sign in to comment.