forked from DrozmotiX/ioBroker.esphome
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.create-adapter.json
39 lines (39 loc) · 936 Bytes
/
.create-adapter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"cli": true,
"adapterName": "esphome",
"title": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome",
"description": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome",
"keywords": [
"ESPHome",
"ESP",
"ESP32"
],
"expert": "yes",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "hardware",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "push",
"connectionIndicator": "yes",
"language": "JavaScript",
"adminReact": "no",
"tools": [
"ESLint",
"type checking"
],
"indentation": "Tab",
"quotes": "single",
"es6class": "yes",
"authorName": "DutchmanNL",
"authorGithub": "DrozmotiX",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "no",
"license": "MIT License",
"ci": "gh-actions",
"dependabot": "yes",
"creatorVersion": "1.31.0"
}