Added Wyze

This commit is contained in:
2026-06-12 09:59:05 -04:00
parent c156180e03
commit 8843bf77a5
61 changed files with 8331 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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.5.33,<0.6",
"websockets"
],
"version": "0.1.37"
}