-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
33 lines (33 loc) · 1022 Bytes
/
manifest.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
manifest.json:
{
"domain": "history_save_entities",
"name": "History Save Entities",
"documentation": "https://github.com/home409ca/history-save-entities",
"dependencies": ["frontend"],
"codeowners": ["@username"],
"version": "0.1.1",
"description": "Wtyczka dodająca opcję zapisywania wybranych encji w panelu historii.",
"requirements": ["homeassistant>=0.118.0"],
"translations": true,
"config_flow": false,
"custom": {
"hacs": true
},
"homeassistant": {
"version": "2022.2.3",
"codeowners": ["@username"]
},
"custom_components": [
{
"name": "history_save_entities",
"version": "0.1.1",
"description": "Wtyczka dodająca opcję zapisywania wybranych encji w panelu historii.",
"requirements": ["homeassistant>=0.118.0"],
"codeowners": ["@username"],
"documentation": "https://github.com/home409ca/history-save-entities",
"domains": ["history_save_entities"],
"python_script": false,
"render_readme": true
}
]
}