Files
HomeAssistantVS/custom_components/wyzeapi/manifest.json
T

19 lines
452 B
JSON

{
"domain": "wyzeapi",
"name": "Wyze",
"codeowners": [
"@SecKatie"
],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://github.com/SecKatie/ha-wyzeapi#readme",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/SecKatie/ha-wyzeapi/issues",
"loggers": ["custom_components.wyzeapi"],
"requirements": [
"wyzeapy>=0.6.1,<0.7",
"websockets"
],
"version": "0.1.39"
}