Skip to content

Commit 3f35d04

Browse files
feat: Added Zigbee2MQTT (#705)
* Added Zigbee2MQTT * Try to fix names fixes #612
1 parent cab1114 commit 3f35d04

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Zigbee2MQTT/Zigbee2MQTT.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\Zigbee2MQTT;
4+
5+
class Zigbee2MQTT extends \App\SupportedApps
6+
{
7+
}

Zigbee2MQTT/Zigbee2MQTT.png

2.28 KB
Loading

Zigbee2MQTT/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "b2a1d91f32dc4d5bc979768320e0a689adf58d41",
3+
"name": "Zigbee2MQTT",
4+
"website": "https://www.zigbee2mqtt.io/",
5+
"license": "GNU General Public License v3.0 only",
6+
"description": "Zigbee2MQTT is a nodejs Gateway application that connects Zigbee networks to MQTT networks",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "Zigbee2MQTT.png"
10+
}

0 commit comments

Comments
 (0)