NoahK

Results 12 comments of NoahK

Yup, same issue here, App version 0.3.3, server version 3.1.3. Example barcode: 4388860190519

The "border" you are referring to is actually the CSS `box-shadow`. To achieve the look you want, you could use [card_mod](https://github.com/thomasloven/lovelace-card-mod) to remove background and box-shadow: ``` type: custom:mini-media-player //...

@theautomation please close this issue if it is resolved.

Try finding it in the developer tools, you have autocompletion there (for the entity's friendly name too). Also check if you have set the `sensorname` property in the YAML config...

I had the same symptoms as you, the latest release fixed it for me.

> would it be beneficial to train the algorithm that a detected "face" is incorrect instead of just deleting it Yeah this sounds nice, I have such cases too. I...

Same issue on my end. Nothing in the logs, even with extended logging activated. Expand for Event Viewer details ```xml 1000 0 2 100 0 0x8000000000000000 921 Application REDACTED HASS.Agent.exe...

You need to build it first using the `Dockerfile` in the repo. `docker build -t tuya:latest .` The Docker documentation in the README mentions this step.

Related: https://github.com/halverneus/static-file-server/issues/100

Anything happening with this? Latest version doesn't seem to be fixed. (no idea how PRs work, didn't do this before)