From 4dd28a819db4a1fc5e92ee1471fed7e6bb70188c Mon Sep 17 00:00:00 2001 From: Bastien Gautier Date: Sat, 5 Oct 2024 16:33:48 +0200 Subject: [PATCH] Update manifest.json --- .../custom_universal_media_player/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/custom_universal_media_player/manifest.json b/custom_components/custom_universal_media_player/manifest.json index 6dcf25a..c61fcd4 100644 --- a/custom_components/custom_universal_media_player/manifest.json +++ b/custom_components/custom_universal_media_player/manifest.json @@ -3,11 +3,11 @@ "name": "Custom universal media player", "codeowners": ["@bastgau"], "dependencies": [], - "documentation": "https://bastgau.github.com/bastgau/ha-custom-universal-media-player", + "documentation": "https://github.com/bastgau/ha-custom-universal-media-player", "integration_type": "hub", "iot_class": "calculated", - "issue_tracker": "https://bastgau.github.com/bastgau/ha-custom-universal-media-player/issues", + "issue_tracker": "https://github.com/bastgau/ha-custom-universal-media-player/issues", "loggers": ["custom_universal_media_player"], "requirements": [], - "version": "v1.2.0" + "version": "v1.2.1" }