Skip to content

Commit

Permalink
Merge pull request #423 from athombv/master
Browse files Browse the repository at this point in the history
Merge master into production (#patch)
  • Loading branch information
RobinBol authored Jul 3, 2024
2 parents ae13b5f + 26793ef commit d9b0971
Show file tree
Hide file tree
Showing 50 changed files with 212 additions and 96 deletions.
36 changes: 34 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
-H 'Authorization: token ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}' \
-d '{"event_type": "update-homey-lib"}'
- name: Trigger repository dispatch event athombv/homey-smartphone-app-v2
- name: Trigger repository dispatch event athombv/homey-mobile-app
run: |
curl -X POST \
https://api.github.com/repos/athombv/homey-smartphone-app-v2/dispatches \
https://api.github.com/repos/athombv/homey-homey-mobile-app/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Authorization: token ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}' \
-d '{"event_type": "update-homey-lib"}'
Expand Down Expand Up @@ -147,3 +147,35 @@ jobs:
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Authorization: token ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}' \
-d '{"event_type": "update-homey-lib"}'
- name: Trigger repository dispatch event athombv/node-homey-core
run: |
curl -X POST \
https://api.github.com/repos/athombv/node-homey-core/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Authorization: token ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}' \
-d '{"event_type": "update-homey-lib"}'
- name: Trigger repository dispatch event athombv/node-homey-pro
run: |
curl -X POST \
https://api.github.com/repos/athombv/node-homey-pro/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Authorization: token ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}' \
-d '{"event_type": "update-homey-lib"}'
- name: Trigger repository dispatch event athombv/homey-client
run: |
curl -X POST \
https://api.github.com/repos/athombv/homey-client/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Authorization: token ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}' \
-d '{"event_type": "update-homey-lib"}'
- name: Trigger repository dispatch event athombv/athom-cloud-my-homey-app
run: |
curl -X POST \
https://api.github.com/repos/athombv/athom-cloud-my-homey-app/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Authorization: token ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}' \
-d '{"event_type": "update-homey-lib"}'
5 changes: 3 additions & 2 deletions assets/device/classes/airconditioning.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for airconditioners, either portable or split type units."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/airfryer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for air fryers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/airpurifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for air purifiers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/airtreatment.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"dehumidifier",
"diffuser",
"humidifier"
]
}
],
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/battery.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device for batteries, e.g. home battery storage."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/bicycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for bicycles."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/boiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for any kind of boiler, e.g. heatpump boiler, gas boiler, hot water boiler, central heating boiler."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/car.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for any kind of car."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/cooktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for cooktops."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/dehumidifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for dehumidifiers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/diffuser.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "User this device class for diffusers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/dishwasher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for dishwashers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/dryer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for dryers, if it is a combination washer/dryer use 'washer_and_dryer'."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/evcharger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for EV chargers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/faucet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for faucets."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/fireplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for fireplaces."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/freezer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for any kind of freezer, if it is a frigde/freezer use 'fridge_and_freezer'."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/fridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for any kind of fridge, if it is a fridge/freezer use 'fridge_and_freezer'."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/fridge_and_freezer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for any kind of refrigerator that also has a freezer."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/fryer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for fryers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/gameconsole.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for any type of game console."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/grill.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for grills."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/heatpump.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for heat pumps."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/hood.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "User this device class for any kind of extractor hood."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/humidifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for humidifiers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/lawnmower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for lawn mowers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/mediaplayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
},
"allowedVirtual": [
"settopbox"
]
}
],
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/microwave.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for any kind of microwave, if it is a combi unit use 'combi_microwave'."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/mop.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for mops, e.g. a robot mop."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/multicooker.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for multicookers."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/networkrouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for routers or modems."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/oven.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for ovens."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/oven_and_microwave.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for combination microwave ovens."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/petfeeder.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for pet feeders."
}
}
},
"minCompatibility": "12.0.0"
}
5 changes: 3 additions & 2 deletions assets/device/classes/radiator.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"description": {
"en": "Use this device class for radiators."
}
}
},
"minCompatibility": "12.0.0"
}
Loading

0 comments on commit d9b0971

Please sign in to comment.