-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Zwavejs2Mqtt * Add Zwavejs2Mqtt * Update app.json * Rename zwavejs.svg to zwavejs2mqtt.svg * Rename zwavejs.png to zwavejs2mqtt.png * Update and rename ZwavejsMqtt.php to Zwavejs2Mqtt.php * Rename ZwavejsMqtt folder to Zwavejs2Mqtt --------- Co-authored-by: Martijn <martijn.niji@gmail.com>
- Loading branch information
Showing
4 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php namespace App\SupportedApps\Zwavejs2Mqtt; | ||
|
||
class Zwavejs2Mqtt extends \App\SupportedApps { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"appid": "6aea59b2531c720a59e1ab6e9991a0ecce9ec847", | ||
"name": "Zwavejs2Mqtt", | ||
"website": "https://zwave-js.github.io/zwavejs2mqtt/#/", | ||
"license": "MIT License", | ||
"description": "A full-featured Z-Wave to MQTT Gateway that exposes Z-Wave devices to an MQTT broker in a fully configurable manner. Zwavejs2Mqtt supports HTTPS and user authentication, provides a map showing how nodes communicate with the Z-Wave controller, integrates directly with Home Assistant, and much more!", | ||
"enhanced": false, | ||
"tile_background": "dark", | ||
"icon": "zwavejs2mqtt.svg" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.