Federico G. Schwindt
Federico G. Schwindt
@jameysharp good point. I wonder if we should include some scripts together with the CLI and direct people to use `--viceroy-path=...` instead of adding the option to specify other profilers.
I'd like to add that this is not necessarily historical. Utf-8 (or any encoding really) makes sense for text, but there are cases where you want to have arbitrary bytes....
Hi. This still requires documentation and other updates but wanted to check first if the direction of this PR is acceptable, or you will prefer a different approach (assuming this...
@chipbuster @davidkna It's been a while since I opened this so let me refresh my memory and I will get back to you. Thanks!
I'm also interested in seeing some of the functionality in this PR merged. Anything I can do to help?
In the meantime, I've opened https://github.com/zigpy/zha-device-handlers/pull/3358 as an alternative to this.
Thanks for letting me know. Would you be interested in a PR?
I got some of these myself and will test them against this PR.
> @TheJulianJES @fgsch Is there anything else that needs to be modified You may want to remove `cluster_type=ClusterType.Server` and `endpoint_id=1`, as these are the default values. That said, I’d defer...
> @fgsch You mean that I'm going to delete cluster_type=ClusterType.Server and endpoint_id=1 Yes, those are the default values, so no need to specify them.