From 078b0fa097796a3ec1b9427681aae96feb7e7890 Mon Sep 17 00:00:00 2001 From: Crowbar Z Date: Wed, 6 Mar 2024 13:25:36 +0000 Subject: [PATCH] 0.8.6 --- 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 e4b7fb9..0027156 100755 --- a/custom_components/pioneer_async/const.py +++ b/custom_components/pioneer_async/const.py @@ -21,7 +21,7 @@ DOMAIN = "pioneer_async" PLATFORMS = ["media_player"] -VERSION = "0.8.5" +VERSION = "0.8.6" DEFAULT_HOST = "avr" DEFAULT_NAME = "Pioneer AVR" diff --git a/custom_components/pioneer_async/manifest.json b/custom_components/pioneer_async/manifest.json index 46b42b5..7a4d9cf 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.5", + "version": "0.8.6", "config_flow": true, "documentation": "https://github.com/crowbarz/ha-pioneer_async", "integration_type": "hub",