Abílio Costa
Abílio Costa
This is an issue on the underlying `idasen` lib, not on HA. See https://github.com/newAM/idasen/pull/409
Should be fixed in HA 2023.03
@home-assistant unassign whirlpool
After testing this out for a few days, I had no more issues with the desk becoming unavailable, even after switching the ESPHome proxy off and on. Hopefully the next...
https://github.com/home-assistant/core/pull/105176#discussion_r1437901885
I have a script with `gsettings --monitor` to react on changes to the global dark/light mode, and that toggles nvim color by using the `background` setting: https://github.com/abmantis/hypr.dotfiles/blob/main/scripts/color_scheme_handler.sh#L4 It would be...
@rien ever had the change to look at #90 ?
Also can confirm that setting vblank_mode=0 fixes the problem for me. Without it, having a video playing in a workspace that is not visible makes all Firefox windows very slow.
Done. Let me know if there is a better way than the `await asyncio.sleep(0.1)` thingy.