Skip to content

Commit

Permalink
0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbarz committed May 30, 2023
1 parent 0207154 commit c53c17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/pioneer_async/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

DOMAIN = "pioneer_async"
PLATFORMS = ["media_player"]
VERSION = "0.8.3"
VERSION = "0.8.4"

DEFAULT_HOST = "avr"
DEFAULT_NAME = "Pioneer AVR"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/pioneer_async/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "pioneer_async",
"name": "Pioneer AVR",
"version": "0.8.3",
"version": "0.8.4",
"config_flow": true,
"documentation": "https://github.com/crowbarz/ha-pioneer_async",
"integration_type": "hub",
Expand Down

0 comments on commit c53c17f

Please sign in to comment.