Releases: bang-olufsen/bang_olufsen-hacs
Releases · bang-olufsen/bang_olufsen-hacs
3.4.3
Full Changelog: 3.4.2...3.4.3
- Update API
- Improve
async_beolink_expand
action stability for many devices - Add
async_beolink_expand
expansion action response - Add "Is playing" check and error to
async_beolink_expand
- Avoid setting volume_level property value
3.4.2
Full Changelog: 3.4.1...3.4.2
- Update API client
- Fix
async_beolink_set_relative_volume
action not working if device volume was 0 - Return the "result" in from a beolink response in the
async_beolink_join
action. This means that the request status is now available.
Example of old response:
media_player.beosound_balance_12345678:
jid: [email protected]
request_id: a33e12a6-30a8-42a3-9500-1b9303e8ffd3
result: /api/v1/beolink/join-result/12345678-1234-1234-1234-123456789abc
Example of new response:
media_player.beosound_balance_12345678:
error: null
jid: [email protected]
request_id: a33e12a6-30a8-42a3-9500-1b9303e8ffd3
status: joined
type: join
3.4.1
Full Changelog: 3.4.0...3.4.1
- Fix malformed UUIDs
3.4.0
Full Changelog: 3.3.0...3.4.0
- Rework wheel action handling
- Add Light entity support
- Add Switch entity wheel support
- Add default button selection settings
- Add "halo_configuration" custom action to view the configuration
- Add "halo_notification" custom action to send notification to Halo
- Tweaks
- Update documentation
3.3.0
Full Changelog: 3.2.1...3.3.0
- Add initial Beoremote Halo support:
- Add pages containing Home Assistant Entities as buttons
- Support for Binary Sensor entities
- Support for Button / Input Button entities
- Support for Number / Input Number entities
- Support for Sensor entities
- Support for Switch / Input Boolean entities
- Delete pages
- Battery charging Binary Sensor Entity
- Battery Level Sensor Entity
- System statues Event entity (Can be used as a proximity sensor)
- "Raw" WebSocket events can be listened to at
bang_olufsen_halo_websocket_event
- Add pages containing Home Assistant Entities as buttons
Look at the Beoremote Halo
section in the README to get more information about the current Halo support.
3.2.1
Full Changelog: 3.2.0...3.2.1
- Improve Beoremote One paired / unpaired checking for config entry reloading
- Minor code restructuring and improvements
3.2.0
Full Changelog: 3.1.2...3.2.0
- Add support for multiple Beoremote Ones paired to a single device.
- Small code improvements
3.1.2
Full Changelog: 3.1.1...3.1.2
- Update API, fixing devices not being able to reconnect after AIOHTTP 3.11.0 was introduced in Home Assistant (2024.12.0)
- Require at least Home Assistant version 2024.12.0
- Rework beolink_join source_ids. Current automations using Beolink Converter NL/ML sources will have to be updated
- Fix Beoremote One battery not becoming unavailable
- Fix Beoremote One battery update not timing out
- Small tweaks and improvements
3.1.1
Full Changelog: 3.1.0...3.1.1
- Update API client
- Add basic diagnostics
- Convert
source_id
parameter inbeolink_join
custom action to be a list of options instead of a string
3.1.0
Full Changelog: 3.0.1...3.1.0
- Add source_id as a parameter to the
beolink_join
custom action - Fix Beoremote One device naming
- Suppress Beoremote One battery level poll failing
- Update documentation