WM
WM
I've made a PR to add a way to overwrite `supported_features` so that it would "hide" unwanted modes of Alarm Panel. #410
That would be great indeed ! I have the same issue.
Great news ! I would be happy to test and provide information if needed.
Summer is the best time to test ;-) No worries !
It's working fine with your latest DDF @Smanar ! Thanks !
That would be a great addition ! @theonemule
I'm doing some tests in the meanwhile and I can send sample sounds to the internal speaker with the following command: `ffmpeg -i -probesize 32 -analyzeduration 32 -c:a pcm_mulaw -ab...
Thanks ! Just some good old google-fu to be honest 😇 nothing more. I would like to help to implement that in your add-on but not sure if that really...
I've tried to do something like that, as a PoC, which works fine: ``` import requests from requests.auth import HTTPDigestAuth from pydub import AudioSegment from pydub.utils import mediainfo # Set...
Not the complete implementation for long term statistics, but it's a start :-) #23