Skip to content

Commit

Permalink
Bug Fix (#22)
Browse files Browse the repository at this point in the history
* Update config.schema.json

* Update CHANGELOG.md

* Update package.json

* Update package-lock.json
  • Loading branch information
donavanbecker authored Apr 13, 2020
1 parent 05902fc commit 156c7fa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 1.0.4 (2020-04-13)

## [Version 1.0.4](https://github.com/donavanbecker/homebridge-honeywell-home/compare/v1.0.3...1.0.4)

#### Changes

- fix config.schema.json

## 1.0.3 (2020-04-13)

## [Version 1.0.3](https://github.com/donavanbecker/homebridge-honeywell-home/compare/v1.0.2...1.0.3)
Expand Down
10 changes: 8 additions & 2 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"default": "Meross",
"required": true
},
"accessories": {
"type": "array",
"items": {
Expand All @@ -14,14 +20,14 @@
"name": {
"title": "Name",
"type": "string",
"default": "Meross",
"placeholder": "Meross",
"required": true
},
"deviceUrl": {
"title": "Device IP Address",
"type": "string",
"required": true,
"format": "ipv4"
"placeholder": "192.168.1.17"
},
"hardwareVersion": {
"title": "Hardware Version",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-meross",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Meross Plugin for Homebridge",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 156c7fa

Please sign in to comment.