From 8157077a44fa9f28c0002f0c2a93fecf5b95397d Mon Sep 17 00:00:00 2001 From: Snuffy2 Date: Wed, 3 Jan 2024 20:21:06 -0500 Subject: [PATCH] Update manifest.json --- custom_components/tuya_ble/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/tuya_ble/manifest.json b/custom_components/tuya_ble/manifest.json index 3c73f7f6..eec93146 100644 --- a/custom_components/tuya_ble/manifest.json +++ b/custom_components/tuya_ble/manifest.json @@ -7,11 +7,11 @@ "service_data_uuid": "0000a201-0000-1000-8000-00805f9b34fb" } ], - "codeowners": ["@PlusPlus-ua"], + "codeowners": ["@PlusPlus-ua, @Snuffy2"], "config_flow": true, "dependencies": ["bluetooth_adapters", "tuya"], "documentation": "https://www.home-assistant.io/integrations/tuya_ble", "requirements": ["tuya-iot-py-sdk==0.6.6", "pycountry==22.3.5"], "iot_class": "local_push", - "version": "0.1.8" + "version": "0.2.0" }