Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbarz committed May 26, 2024
1 parent a5f4ac4 commit 90fe3c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -28,7 +28,7 @@
Platform.SELECT,
Platform.NUMBER,
]
VERSION = "0.9.0rc1"
VERSION = "0.9.0"

DEFAULT_HOST = "avr"
DEFAULT_NAME = "Pioneer AVR"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/pioneer_async/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "pioneer_async",
"name": "Pioneer AVR",
"version": "0.9.0rc1",
"version": "0.9.0",
"config_flow": true,
"documentation": "https://github.com/crowbarz/ha-pioneer_async",
"integration_type": "hub",
"requirements": [ "aiopioneer==0.6.0rc1" ],
"requirements": [ "aiopioneer==0.6.0" ],
"dependencies": [],
"codeowners": [ "@crowbarz" ],
"iot_class": "local_polling",
Expand Down

0 comments on commit 90fe3c5

Please sign in to comment.