Ruslan Sayfutdinov

Results 120 comments of Ruslan Sayfutdinov
trafficstars

@hniksic can you please take a look? Not having this makes use cases of `subprocess` on Windows quite limited.

I remember old official `google_home` integration had this feature. Can we just use that deleted code?

I think encrypting any data is meaningless because it should be decrypted by HA, and the decryption key must be stored somewhere where HA can access it. If someone has...

Looks like GRPC didn't compile successfully on your host.

Try to run `pip install grpcio-tools==1.31.0` in your HA venv, it should give you better output. You may be missing `build-essentials` alternative for FreeBSD or some dependencies.

It tries to compile the protobuf and I guess it fails at some point. You need to figure out why grpc/protobuf don't compile successfully on your host.

The latest version of the integration should use grpcio 1.43.0 which should be installed from wheels.

I don't think we need auto-generated documentation for code. Github wiki can do the job but it makes harder to accept PRs for it. So simple `TROUBLESHOOTING.md` in repo root...

Having state for something else than `unavailable`, `unknown` or actual timestamp will cause state will be rendered incorrectly in the UI because of timestamp device class we're using. To set...

> Shouldn't the translation provided in sensor.en.json fix the bad rendering issue? I don't think so but feel free to test it.