Hi guys,
Can’t seem to get any custom ringtones to play, is this a known issue at the moment?
Code:
- id: alarm pending sound
alias: Alarm pending sound
trigger:
platform: state
entity_id: alarm_control_panel.ha_alarm
to: 'pending'
action:
- service: xiaomi_aqara.play_ringtone
data:
gw_mac: 12345678
ringtone_id: 10001
ringtone_vol: 30
Works just fine with the stock ringtones and according to the documentation custom ones start at 10001. Ringtone plays fine through Mihome app. Have tried uploading a direct file and recording a playback through speakers, same issue with both. Firmware is above the required version. I have rebooted HA and the gateway.
Have I missed something obvious here?