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