LDprg
LDprg
Same issue here with zigbee donglee and 7.4.2 firmware and ember/ezsp driver of zigbee2mqtt.
@woloss you migth take a look at #22271. I did build up my network from scratch (as I described in a comment there). It fixed all my problems. I guess...
@Mariusthvdb thx for the correction, I now got: ```yaml binary_sensor.zigbee_turkontakt_1_contact: &window_icon templates: icon: > if (state == 'on') return 'mdi:window-open-variant'; return 'mdi:window-closed-variant'; icon_color: > if (state == 'off') return 'steelblue';...
The entities are rendered like: popup card -> vertical stack card -> glance card If I don't change the the icon only the icon color everything works as expected. I...
Ok I did some more testing. The problem seems to be specific related to the browser mod popup card.
@Mariusthvdb sorry for not response! I did solve the issue by not using the browser mod popup card.
Is your System layout also Chinese? Maybe thats a problem.
@jrevillard did you change the localisation using docker enviroment flags documented in https://github.com/dockur/windows ?
@jrevillard I agree with the response from the windows docker repo. It seems like freerdp bug. Maybe you want to report it there and link the issue here?
@jrevillard can you add /kdb: to your freerdp extra flags in the win apps conf. Or try calling freerdp with the flag manually. The issue you mentioned seems not to...