Marcuzzz
Marcuzzz
Wouldn't be much easier to do this: ``` ### ssh into: sudo docker exec -it hassio_cli /bin/bash ### run command: ha jobs options --ignore-conditions healthy ``` instead of setting up...
@Niek I very much like your obs-web app!! I wanted to contribute so I created a Randomizer function: What do you think? With a separate process I'm able to start...
On Windows: Writing: 100.00 % Written 128 MB in 11.9467 s Write speed is 10.71 MB/s max: 12.56, min: 8.41 Read 74 x 512 B blocks in 0.0303 s Read...
``` if (credentials) { myApiOauth.setTokens({ refresh_token: credentials.refresh_token }); } else { myApiOauth.openAuthWindowAndGetTokens() .then(token => { } ``` I still don't 100% understand what is happening here... I'm used to using...
When I start: orchestrate projects register --help I get this error: ImportError: cannot import name 'orchestrate_pb2_grpc' from 'orchestrate.service' The service folder has an __initi__.py without any functions