-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.create-adapter.json
More file actions
48 lines (48 loc) · 1.01 KB
/
.create-adapter.json
File metadata and controls
48 lines (48 loc) · 1.01 KB
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
40
41
42
43
44
45
46
47
48
{
"cli": true,
"target": "directory",
"adapterName": "open-meteo-weather",
"title": "Open-Meteo Weather & PV Forecast Service",
"description": "Get local weather, air quality, pollen data and Photovoltaic Forecast from Open-Meteo.com",
"keywords": [
"weather",
"forecast",
"open-meteo",
"pollen",
"air quality",
"solar",
"pv",
"photovoltaics",
"photovoltaik"
],
"expert": "no",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "weather",
"startMode": "daemon",
"connectionType": "cloud",
"dataSource": "poll",
"connectionIndicator": "no",
"language": "TypeScript",
"nodeVersion": "20",
"adminUi": "json",
"tools": [
"ESLint"
],
"eslintConfig": "official",
"releaseScript": "yes",
"devServer": "local",
"indentation": "Tab",
"quotes": "single",
"authorName": "H5N1",
"authorGithub": "H5N1v2",
"authorEmail": "h5n1@iknox.de",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "no",
"defaultBranch": "main",
"license": "MIT License",
"dependabot": "yes",
"creatorVersion": "3.1.2"
}