Add HACS, Themes
This commit is contained in:
22
custom_components/hacs/manifest.json
Normal file
22
custom_components/hacs/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"codeowners": [
|
||||
"@ludeeus"
|
||||
],
|
||||
"config_flow": true,
|
||||
"dependencies": [
|
||||
"http",
|
||||
"websocket_api",
|
||||
"frontend",
|
||||
"persistent_notification",
|
||||
"lovelace"
|
||||
],
|
||||
"documentation": "https://hacs.xyz/docs/configuration/start",
|
||||
"domain": "hacs",
|
||||
"iot_class": "cloud_polling",
|
||||
"issue_tracker": "https://github.com/hacs/integration/issues",
|
||||
"name": "HACS",
|
||||
"requirements": [
|
||||
"aiogithubapi>=21.11.0"
|
||||
],
|
||||
"version": "1.24.5"
|
||||
}
|
||||
Reference in New Issue
Block a user