Andrew Y.
Andrew Y.
Hey @smat-al, thanks for reaching out! Unfortunately, I have no plans on improving the project. Feel free to add the required functionality and send a PR though.
Found everything I needed in the Mi Home's plugin code. First of all, to check whether the "auto empty dock" is available — `FeatureManager.robotNewFeatures & 0x2000000`. Then, to start the...
@shred86 not exactly. You can get the URL by sniffing the Mi Home traffic using mitmproxy or something similar.
A bit more info on top of my previous comment: 1. You need to run an HTTPS-proxy server (I'm using https://mitmproxy.org) 2. Configure the proxy on a device with Mi...
@sygys, you need to configure your vacuum using the [Xiaomi Miio](https://www.home-assistant.io/integrations/xiaomi_miio/) integration. After that, you will be able to use the `vacuum.send_command` service with the vacuum. I'm using the following...
@ReenigneArcher @jjlawren, you're talking about different things ;) The issue is about testing integration with a Plex Client, not a server.
Good to see that you're still interested in the project, awesome! The plan sounds great as well. As for tests — one of the issues here is that we're downloading...
I was young, sorry :D Feel free to steal the [database](https://github.com/andrey-yantsen/plex-api.rs/tree/master/plex-stub-data) from plex-api.rs, there is no copyright, the media — are just files with white noise. You can find an...
@Hellowlol seems like it was me again: https://docs.coveralls.io/parallel-build-webhook, we need to add a web-hook to Travis' config.
Nothing strange, actually - when opening the link you can see that the project was identified successfully, but the results just weren’t “merged”. We have “parallel” builds enabled, but Travis...