Vladislav Sharapov

Results 8 comments of Vladislav Sharapov

Can confirm, @zierbeek's fix seems to work. I `exec`'d into the running frontend container, changed the `static/manifest.json` file, ran `yarn build` and restarted the container. Re-added PWA and it works...

I followed the instructions above; there is one additional step required to make it work - `dbus-python` needs to be removed (or perhaps replaced with `dbus-next`) from `setup.cfg`. Otherwise it...

Not sure of the best way. After the initial steps, I can just do: 1. `source ./displaycal_venv/bin/activate` 2. `displaycal`

You do not need to re-run all the steps every time you want to open it. I think that my fish shell somehow autopicks up `displaycal` command. Anyway, this should...

### If you're using these IKEA Trådfri bulbs with Adaptive Lighting: set the "Transition time when applying a change to the lights" to 0. Bulbs themselves have some small transition...

Rodret is basically identical to E1743 as far as actions are concerned. You can use `E1743Controller` class to make it work. Somrig sends completely different actions, so it would require...

Thanks! I finagled the first code snippet into the HA's frontend code just to confirm that it is the culprit. The custom element started to render correctly! But, as you...

Excellent, thanks! I tested it with the aforementioned custom card for Home Assistant—it works as expected.