Tekki

Results 18 comments of Tekki

Home Assistant is a Python application, just most of the examples are written for Debian. If you have installed the required packages: did you try to install it in virtualenv...

Seems iSH crashes during the installation. This happens often during bigger installations (for example with Emacs packages). It probably works if you install the modules `yarl` and its dependency `multidict`...

What works in PowerShell is: ```powershell Invoke-WebRequest -Uri https://codeload.github.com/chipzoller/hugo-clarity/zip/master -OutFile hugo-clarity.zip Expand-Archive hugo-clarity.zip Copy-Item -Recurse .\hugo-clarity\hugo-clarity-master\exampleSite\* . Remove-Item -Recurse -Force hugo-clarity Remove-Item hugo-clarity.zip Remove-Item -Force config.toml ``` I'm not a...

I am adhering to the [Developer Certificate of Origin](https://probot.github.io/apps/dco/).

I wouldn't delete files that are part of the DWS code, otherwise I can't merge the code anymore if we get changes from there. Some of the SQL scripts with...

The relation between this code and the one from DWS is described at the bottom of the README.

I must confess I've never used the internal upload function, I always link to external cloud services. But I've tried now and can reproduce this issue. If we add a...

These errors are easy to reproduce, you don't have to look for logs. Do you use my Docker image from Dockerhub or something you built yourself?

Nice, I had no idea if anyone is using it. In this case I have to update it too, it's still on version 3.2.7.10.

The Docker image is updated. Attention: `sql-ledger.conf` is no longer an editable file, but configured via environment variables.