Skip to content

Commit

Permalink
Updating to version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Lydersen committed Oct 14, 2022
1 parent 7cefebf commit 6a3c338
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,8 @@
},
"0.8.3": {
"en": "Improved handling of incoming signals and refactoring code"
},
"0.9.0": {
"en": "Background changes: switched to Homey Compose"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.github.alydersen.hdl-smartbus-homey",
"version": "0.8.3",
"version": "0.9.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down
65 changes: 33 additions & 32 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.github.alydersen.hdl-smartbus-homey",
"version": "0.8.3",
"version": "0.9.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down Expand Up @@ -53,19 +54,21 @@
"source": "https://github.com/alydersen/hdl-smartbus-homey",
"drivers": [
{
"id": "dimmer",
"name": {
"en": "Dimmer"
"en": "Curtains"
},
"class": "light",
"class": "curtain",
"capabilities": [
"dim",
"onoff"
"windowcoverings_set",
"windowcoverings_state"
],
"icon": "/drivers/dimmer/assets/icon.svg",
"defaultCapabilities": [
"windowcoverings_state"
],
"icon": "/drivers/curtain/assets/icon.svg",
"images": {
"large": "/drivers/dimmer/assets/images/large.png",
"small": "/drivers/dimmer/assets/images/small.png"
"large": "/drivers/curtain/assets/images/large.png",
"small": "/drivers/curtain/assets/images/small.png"
},
"pair": [
{
Expand All @@ -79,25 +82,22 @@
"id": "add_devices",
"template": "add_devices"
}
]
],
"id": "curtain"
},
{
"id": "curtain",
"name": {
"en": "Curtains"
"en": "Dimmer"
},
"class": "curtain",
"class": "light",
"capabilities": [
"windowcoverings_set",
"windowcoverings_state"
],
"defaultCapabilities": [
"windowcoverings_state"
"dim",
"onoff"
],
"icon": "/drivers/curtain/assets/icon.svg",
"icon": "/drivers/dimmer/assets/icon.svg",
"images": {
"large": "/drivers/curtain/assets/images/large.png",
"small": "/drivers/curtain/assets/images/small.png"
"large": "/drivers/dimmer/assets/images/large.png",
"small": "/drivers/dimmer/assets/images/small.png"
},
"pair": [
{
Expand All @@ -111,10 +111,10 @@
"id": "add_devices",
"template": "add_devices"
}
]
],
"id": "dimmer"
},
{
"id": "floorheater",
"name": {
"en": "Floorheater"
},
Expand Down Expand Up @@ -143,10 +143,10 @@
"id": "add_devices",
"template": "add_devices"
}
]
],
"id": "floorheater"
},
{
"id": "multisensor",
"name": {
"en": "multisensor"
},
Expand Down Expand Up @@ -174,10 +174,10 @@
"id": "add_devices",
"template": "add_devices"
}
]
],
"id": "multisensor"
},
{
"id": "relay",
"name": {
"en": "Relay"
},
Expand All @@ -202,10 +202,10 @@
"id": "add_devices",
"template": "add_devices"
}
]
],
"id": "relay"
},
{
"id": "tempsensor",
"name": {
"en": "Temperature Sensor"
},
Expand All @@ -230,10 +230,10 @@
"id": "add_devices",
"template": "add_devices"
}
]
],
"id": "tempsensor"
},
{
"id": "universal-switch",
"name": {
"en": "Universal Switch"
},
Expand Down Expand Up @@ -261,7 +261,8 @@
"id": "add_devices",
"template": "add_devices"
}
]
],
"id": "universal-switch"
}
],
"capabilities": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "com.github.alydersen.homey-smartbus",
"version": "0.8.3",
"version": "0.9.0",
"main": "app.js",
"devDependencies": {
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.1"
Expand Down

0 comments on commit 6a3c338

Please sign in to comment.