Skip to content

Commit

Permalink
Fix longPress for play/pause and bluetooth triggers not available whe…
Browse files Browse the repository at this point in the history
…n the remote is connected
  • Loading branch information
mj23000 committed Dec 15, 2022
1 parent aeb519f commit bb797b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions custom_components/bangolufsen/device_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@
"Preset3_shortPress",
"Preset4_shortPress",
"PlayPause_shortPress",
"PlayPause_longPress",
"Next_shortPress",
"Previous_shortPress",
"Microphone_shortPress",
"Bluetooth_shortPress",
"Bluetooth_longPress",
"Control/Wind_KeyPress",
"Control/Rewind_KeyPress",
"Control/Play_KeyPress",
Expand Down
20 changes: 10 additions & 10 deletions custom_components/bangolufsen/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "bangolufsen",
"name": "Bang & Olufsen",
"documentation": "https://github.com/bang-olufsen/bangolufsen-hacs",
"issue_tracker": "https://github.com/bang-olufsen/bangolufsen-hacs/issues",
"requirements": ["mozart-api==2.3.4.15123.5"],
"zeroconf": ["_bangolufsen._tcp.local."],
"version": "0.3.0",
"codeowners": ["@mj23000"],
"iot_class": "local_push",
"config_flow": true
"domain": "bangolufsen",
"name": "Bang & Olufsen",
"documentation": "https://github.com/bang-olufsen/bangolufsen-hacs",
"issue_tracker": "https://github.com/bang-olufsen/bangolufsen-hacs/issues",
"requirements": ["mozart-api==2.3.4.15123.5"],
"zeroconf": ["_bangolufsen._tcp.local."],
"version": "0.3.1",
"codeowners": ["@mj23000"],
"iot_class": "local_push",
"config_flow": true
}

0 comments on commit bb797b8

Please sign in to comment.