NeoFax75
NeoFax75
Nope, now I get no Wi-Fi icon and no Weather icon and it changed all of the fonts smaller which moved evrything around so it does not line-up. Here is...
I figured out the problem by using another conky template of yours. It is the weather-text-icon file. The file included in the Zozma theme pack has the correct conversion text.
Same issue here. I just got this error message today after updating like a week or so ago.
I received the same error and the following error when adding lights and Motion Sensors: `Traceback (most recent call last): File "/config/custom_components/localtuya/config_flow.py", line 580, in async_step_configure_device self.dps_strings = await validate_input(self.hass,...
Still refuses to upgrade on 2023.2.2. Probably due to the fact that 0.2.5 is the release, but within the zip release file the VERSION file says 0.2.4.
I have my Pixel 7A setup properly, and the esp32 sees the Pixel 7A, but it does not update what room I am in. It also randomly updates the Tile...
> Editing your config to (without those square brackets): > > ``` > set $ws1 "1:" > set $ws1 "2:" > ... > ``` [FIXED] This partially works as the...
```groups = [ Group('1', label='\ue007', layout=' Fill ', matches=[Match(wm_class=my_browser)]), Group('2', label='\uf120', layout='Tiled', matches=[Match(wm_class=my_terminal)]), Group('3', label='\uf121', layout='Tiled', matches=[Match(wm_class=my_editor)]), Group('4', label='\uf115', layout='Tiled', matches=[Match(wm_class=my_filemanager)]), Group('5', label='\uf001', layout='Tiled', matches=[Match(wm_class=my_musicplayer)]), Group('6', label='\uf167', layout='Tiled', matches=[ Match(wm_class="mpv"),...
> Also there should be a `Logs` section in the issue template that you can use for better formatting and an easier to see stacktrace :) It's quite a struggle...
> `\udb80\uddee` is the issue, you can't have 2 UTF-8 characters in the labels (or rather [a surrogate pair with some specific rules not met](https://python-list.python.narkive.com/aKjK4Jje/encoding-of-surrogate-code-points-to-utf-8)): > > ``` > $...