diff --git a/custom_components/yamaha_ynca/manifest.json b/custom_components/yamaha_ynca/manifest.json index 015ae31..a8e8a5c 100644 --- a/custom_components/yamaha_ynca/manifest.json +++ b/custom_components/yamaha_ynca/manifest.json @@ -1,7 +1,6 @@ { "domain": "yamaha_ynca", "name": "Yamaha (YNCA)", - "codeowners": [ "@mvdwetering" ], @@ -10,9 +9,11 @@ "documentation": "https://github.com/mvdwetering/yamaha_ynca", "iot_class": "local_push", "issue_tracker": "https://github.com/mvdwetering/yamaha_ynca/issues", - "loggers": ["ynca"], + "loggers": [ + "ynca" + ], "requirements": [ "ynca==5.17.1" ], - "version": "0.0.0" -} + "version": "7.12.0" +} \ No newline at end of file