Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zwavejs2Mqtt #537

Merged
merged 8 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.