Kevin Latka

Results 19 comments of Kevin Latka

If I understood your issue right then I faced this problem too. I wrote a script (maybe not the best way) for that: ``` script: kla_alexa_play: alias: Alexa Play icon:...

I absolutely agree. I set the mode to queued to avoid this problem as a tradeoff only to play one device simultaneously.

1. remove dirs docker/server.conf and docker/gnatsd.conf 2. copy server.conf and gnatsd.conf into docker/

> Whoops. Forgot to add the `SUN_DOMAIN` to [that list](https://github.com/jseidl/hass-magic_areas/blob/master/custom_components/magic_areas/const.py#L563-L574). > > Should be an easy fix, but I'm short on time due recently becoming a parent. Will work on...

Use a space `#lovelace_gen` -> `# lovelace_gen`

I tried this one but it still shows `off` on the right side instead of the datetime: ``` type: custom:auto-entities card: type: entities filter: template: > {% set events =...

I call the update.xepg through the cronjob.sh of alturismo's docker container via localhost (because its the same host, why i shouldn't?). After that xteve changes the url in xteve.xml ->...

> I now have finally fixed my problems with my icons. > Letting plex connect through the reverse proxy allows my remote plex client to download the icons through the...

> Let's assume someone implements such a function. I understand it like this, you would like to have an input field by entering a "Base-Address". This address would then be...

`MY_BASE_URL` should also be used in xteve.m3u if manual override is active. > I suspect `http://xteve.stack_local:34400` can only be reached from the LAN. > > The following requests from the...