HA-EasyComputerManager/custom_components/easy_computer_manager/manifest.json
Mathieu Broillet 49932bc8e5
Some checks failed
Validate with hassfest / validate (push) Failing after 6s
HACS Action / HACS Action (push) Failing after 22s
fix alphabetical order -_- in manifest
2023-12-30 21:52:00 +01:00

19 lines
462 B
JSON

{
"domain": "easy_computer_manager",
"name": "Easy Computer Manager",
"codeowners": [
"@M4TH1EU",
"@ntilley905"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/M4TH1EU/HA-EasyComputerManager/README.md",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/M4TH1EU/HA-EasyComputerManager/issues",
"requirements": [
"wakeonlan==2.1.0",
"fabric2==2.7.1"
],
"version": "1.1.0"
}