escoand
escoand
Found an even simpler config (for at least my caddy reverse proxy deployment) without * (additional) `trusted_proxies` in nextcloud config * (additional) `trusted_domains` in nextcloud_config * `NEXTCLOUD_URL` environment variable at...
Ok, the reason seems to be I'm within the `.git` directory or in a bare repository. Is there a way to accomplish this for this cases as well without using...
Once again, found a way to do so: ```js simpleGit().log({"--":null, "path/to/my/file":null}) ``` But is there a reason not to add `--` before `.file` in any case? Edit: this is still...
Duplicate of #43298
Wouldn't be an update every minute enough for an always on display? It should increase the battery runtime further. Off course with hiding the seconds hand...
The first image looks much better, at least on my mobile display.
It would be nice to have even more checkboxes. Sleep Bluetooth comes to my mind.
The min/max of the brush overrides min/max of every other y-axis, so my workaround is to transform every value into the same range. But this "breaks" the second y-axis somehow....
@thanksmister This should be the correct payload for all the sensors. ```yaml homeassistant/sensor//battery/config { "name": "Battery Level", "state_topic": "sensor/battery", "unit_of_measurement": "%", "value_template": "{{value_json.value}}", "unique_id": "wallpanel..battery", "device_class": "battery", "device": { "name":...
Had the same problem. The solution is to install a full sed with `apk add sed`.