Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
mj23000 committed Nov 15, 2024
1 parent 41cb6af commit 422acf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ This integration adds an array of different useful entities that are generated a
### Sensor entity

- Battery Level (If available)
- Remote Battery Level (If available)
- Battery Charging Time (If available)
- Battery Playing Time (If available)
- Media ID (Disabled by default)
Expand Down Expand Up @@ -186,7 +187,7 @@ All devices except the [Beoconnect Core](https://www.bang-olufsen.com/en/dk/acce

### Beoremote One

Event entities are available for each of the compatible keys on the [Beoremote One](https://www.bang-olufsen.com/en/dk/accessories/beoremote-one). To trigger these triggers, enter the "Control" or "Light" submenu, and press any of the compatible buttons. Each button press will send a "press" and a "release" event. The functions in these submenus are also supported.
Event entities are available for each of the compatible keys on the [Beoremote One](https://www.bang-olufsen.com/en/dk/accessories/beoremote-one) through a device in Home Assistant. To trigger these Event entities, enter the "Control" or "Light" submenu, and press any of the compatible buttons. Each button press will send a "press" and a "release" event. The functions in these submenus are also supported.

The favourite buttons correspond to the physical favourite buttons on the device.

Expand Down Expand Up @@ -384,9 +385,10 @@ The Bang & Olufsen integration additionally supports different custom services

Join a Beolink experience.

| Service data attribute | Optional | Description |
| ---------------------- | -------- | ------------------------------------- |
| `beolink_jid` | yes | Manually specify Beolink JID to join. |
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `beolink_jid` | yes | Manually specify Beolink JID to join. |
| `source_id` | yes | Specify which source to join, behavior varies between platforms. Compatible Mozart source IDs: 'deezer', 'spotify', 'tidal'. Compatible ASE source IDs: 'beoradio', 'deezer', 'spotify', using Beolink Converter NL/ML: 'RADIO', 'TP1', 'TP2', 'CD', 'AUX_A', 'PH'. A defined Beolink JID is required. |

### Service `bang_olufsen.beolink_expand`

Expand Down
2 changes: 1 addition & 1 deletion custom_components/bang_olufsen/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/bang-olufsen/bang_olufsen-hacs/issues",
"requirements": ["mozart-api==4.1.1.116.0"],
"version": "3.0.1",
"version": "3.1.0",
"zeroconf": ["_bangolufsen._tcp.local."]
}

0 comments on commit 422acf4

Please sign in to comment.