diff --git a/custom_components/bangolufsen/device_trigger.py b/custom_components/bangolufsen/device_trigger.py index f6e827a..a3b1c66 100644 --- a/custom_components/bangolufsen/device_trigger.py +++ b/custom_components/bangolufsen/device_trigger.py @@ -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", diff --git a/custom_components/bangolufsen/manifest.json b/custom_components/bangolufsen/manifest.json index e2efe14..96f1307 100644 --- a/custom_components/bangolufsen/manifest.json +++ b/custom_components/bangolufsen/manifest.json @@ -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 }