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" }