fixes hacs validations

This commit is contained in:
Mathieu Broillet 2023-12-30 21:49:15 +01:00
parent d6925cf287
commit 5434e4e5a1
Signed by: mathieu
GPG Key ID: C0E9E0E95AF03319

View File

@ -2,19 +2,17 @@
"domain": "easy_computer_manager",
"name": "Easy Computer Manager",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/easy_computer_manager",
"requirements": [
"wakeonlan==2.1.0",
"fabric2==2.7.1"
],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [],
"codeowners": [
"@M4TH1EU",
"@ntilley905"
],
"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": "0.0.1"
}