Jarek Świerczyński
Jarek Świerczyński
@ildar170975 Here it is: [config-template-card.js.gz](https://github.com/iantrich/config-template-card/files/9477070/config-template-card.js.gz)
Makes sense. I don't expect any other configuration than variables to end up there.
[config-template-card.js.gz](https://github.com/iantrich/config-template-card/files/9503751/config-template-card.js.gz)
This may simply be a cache issue. First, if you have `config-template-card.js.gz` in `/config/www/local/config-template-card/`, make sure both `.js` and `.js.gz` are new versions. Then try to open this in the...
You're welcome. Thank you for testing and feedback.
[config-template-card.js.gz](https://github.com/iantrich/config-template-card/files/9566017/config-template-card.js.gz)
@ildar170975 Yes, it will. Something like this: `_(ui.errors.config.key_missing, key, {{ 'some parameter' }})` Here is a build with this change if you want to try it: https://raw.githubusercontent.com/swiergot/lovelace-template-entity-row/test_build/template-entity-row.js
Hi, thanks for testing. I think the frontend does it this way: `new Intl.RelativeTimeFormat('ru').format(-10, 'hour')` Which doesn't help unfortunately. At least not with template-entity-row. I too have this problem and...
> That error message is strange as sem is not a TuyaMessage. Not the first time a specific `seqno` is received, but the second time? ``` sem = self.listeners[msg.seqno] self.listeners[msg.seqno]...
Looks like each listener is supposed to be used only once, but I cannot see why `wait_for()` would not remove it from `self.listeners` after use.