mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
Discovery HA and HomeD
This commit is contained in:
39
src/modules/virtual/DiscoveryHA/modinfo.json
Normal file
39
src/modules/virtual/DiscoveryHA/modinfo.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"menuSection": "virtual",
|
||||
"configItem": [
|
||||
{
|
||||
"global": 0,
|
||||
"name": "Discovery of HA",
|
||||
"type": "Reading",
|
||||
"subtype": "DiscoveryHA",
|
||||
"id": "ha",
|
||||
"widget": "",
|
||||
"page": "",
|
||||
"descr": "",
|
||||
"topic": "homeassistant"
|
||||
}
|
||||
],
|
||||
"about": {
|
||||
"authorName": "Bubnov Mikhail",
|
||||
"authorContact": "https://t.me/Mit4bmw",
|
||||
"authorGit": "https://github.com/Mit4el",
|
||||
"specialThanks": "@AVAKS",
|
||||
"moduleName": "DiscoveryHA",
|
||||
"moduleVersion": "1.0",
|
||||
"usedRam": {
|
||||
"esp32_4mb": 15,
|
||||
"esp8266_4mb": 15
|
||||
},
|
||||
"title": "DiscoveryHA",
|
||||
"moduleDesc": "Модуль проброса данных в MQTT для HomeAssistant",
|
||||
"propInfo": {
|
||||
"topic":"Топик HomeAssistant"
|
||||
}
|
||||
|
||||
},
|
||||
"defActive": false,
|
||||
"usedLibs": {
|
||||
"esp32*": [],
|
||||
"esp82*": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user