Philipp Schmitt

Results 117 comments of Philipp Schmitt

what's your hacompanion config? Is your service running the whole time?

Did a bit more testing with rygel. Turns out that it actively ignores mpris clients that when first discovered had `CanControl` return `false`. If these players become controllable after being...

I'd prefix these with `ZINIT_`. `BIN_DIR` feels too generic, `ZINIT_BIN_DIR` makes more sense imo.

@soloam Maps integration is definitely feasible. But it will require a lot of work than what @NickWaterton is suggesting. The Roomba component needs to be patched as well for instance....

Now that #6 has been merged, would you mind uploading the current version to Pypi?

I went ahead and uploaded it as [roombapy](https://pypi.python.org/pypi/roombapy/).

Support for the 960 should be a given, the 980 and the 960 only differ in battery-life and motor. For what it is worth there also is [this issue on...

et voilà une image toute prête pour x86_64: https://hub.docker.com/r/pschmitt/cheky Usage: ``` docker run -it --rm -v $PWD/data:/data -p 8012:80 --name cheky pschmitt/cheky ``` It will then be available at: `http://localhost:8012`

To use this card with auto-entities you can leverage `this.entity_id`: This for example creates a grid of restricted light cards for all you lights: ```yaml type: custom:auto-entities card: type: grid...

So I went ahead and checked. In case someone was wondering the same: YES, you need to have yadm track your files directly for the alt feature to work. In...