From 8220dd6f848e05dcc23a9da75745830f7eb517ce Mon Sep 17 00:00:00 2001 From: Crowbar Z Date: Sun, 16 Apr 2023 21:12:49 +0100 Subject: [PATCH] 0.8.2 --- custom_components/pioneer_async/const.py | 2 +- custom_components/pioneer_async/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/pioneer_async/const.py b/custom_components/pioneer_async/const.py index 66bcb43..5b1928a 100755 --- a/custom_components/pioneer_async/const.py +++ b/custom_components/pioneer_async/const.py @@ -20,7 +20,7 @@ DOMAIN = "pioneer_async" PLATFORMS = ["media_player"] -VERSION = "0.8.1" +VERSION = "0.8.2" DEFAULT_HOST = "avr" DEFAULT_NAME = "Pioneer AVR" diff --git a/custom_components/pioneer_async/manifest.json b/custom_components/pioneer_async/manifest.json index 149e61d..cdc2f46 100755 --- a/custom_components/pioneer_async/manifest.json +++ b/custom_components/pioneer_async/manifest.json @@ -1,7 +1,7 @@ { "domain": "pioneer_async", "name": "Pioneer AVR", - "version": "0.8.1", + "version": "0.8.2", "config_flow": true, "documentation": "https://github.com/crowbarz/ha-pioneer_async", "integration_type": "hub",