Skip to content

Commit

Permalink
Add Zwavejs2Mqtt (#537)
Browse files Browse the repository at this point in the history
* 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
Dallas-J and mvdkleijn authored Jan 27, 2024
1 parent 3134257 commit b537609
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Zwavejs2Mqtt/Zwavejs2Mqtt.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Zwavejs2Mqtt;

class Zwavejs2Mqtt extends \App\SupportedApps {

Check failure on line 3 in Zwavejs2Mqtt/Zwavejs2Mqtt.php

View workflow job for this annotation

GitHub Actions / Lint Code Base

Class App\SupportedApps\Zwavejs2Mqtt\Zwavejs2Mqtt extends unknown class App\SupportedApps.

}
10 changes: 10 additions & 0 deletions Zwavejs2Mqtt/app.json
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"
}
Binary file added Zwavejs2Mqtt/zwavejs2mqtt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Zwavejs2Mqtt/zwavejs2mqtt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b537609

Please sign in to comment.