macross5

Results 10 comments of macross5

I get a similar error: `[ERROR 500 /favicon.ico] Get http://heimdall/login: follow redirects disabled ` My config: ``` failure redirect target=https://xxx:yyyy/login,code=302 upstream url=http://heimdall:80,cookies=true ``` When i add `follow=true,match=login` to the upstream...

Nope, I stopped it. I made a own port for it.

Still "Unable to fetch the response, Please try again." after the "pip install mailgw_temporary_email".

> `pip install mailgw_temporary_email` after `. venv/bin/activate`. You should do this in venv environment. Im running it on docker. Im too noob to understand where i have to add the...

atm its not working

Do we know when the fix will be released? For me I did a script with a "find" workaround to avoid the unwanted directory.

i would love it aswell

@nTx-Cheerok can you show me an example for the templating?

I scripted the last hours and got this to work: ` template: - sensor: - name: "(TEST) RSS" state: "{{ states('sensor.rss_feed') | int }}" attributes: entries: >- {% set rss_list...