Files
homeassistant_config/config/custom_components/watchman/manifest.json
2024-08-09 06:45:02 +02:00

15 lines
346 B
JSON

{
"domain": "watchman",
"name": "Watchman",
"codeowners": [
"@dummylabs"
],
"config_flow": true,
"documentation": "https://github.com/dummylabs/thewatchman",
"iot_class": "local_push",
"issue_tracker": "https://github.com/dummylabs/thewatchman/issues",
"requirements": [
"prettytable==3.10.0"
],
"version": "0.6.3"
}