Files
HomeAssistantVS/custom_components/maintenance_supporter/manifest.json
T
2026-07-08 10:43:39 -04:00

27 lines
572 B
JSON

{
"domain": "maintenance_supporter",
"name": "Maintenance Supporter",
"after_dependencies": [
"recorder"
],
"codeowners": [
"@iluebbe"
],
"config_flow": true,
"dependencies": [
"repairs",
"http",
"panel_custom",
"lovelace"
],
"documentation": "https://github.com/iluebbe/maintenance_supporter",
"integration_type": "hub",
"iot_class": "calculated",
"issue_tracker": "https://github.com/iluebbe/maintenance_supporter/issues",
"quality_scale": "silver",
"requirements": [
"pypdf>=4.3.0"
],
"version": "2.21.1"
}