Xavier Baldacci
Xavier Baldacci
I have the same problem with a fresh installed hass.io (same versions and same raspberry as @marhoy)
In fact, it's the period and frequency of reception, not emission. So, the math is good :) But it's true that I must specify it in the docs. For the...
Rename tag in discovery tab is just used in the "Name" column. You're right, this should be more friendly (less duplicate values), but it's not so simple, as you can...
Targets are designed to be generic and easily defined. They are built with a `factory(targetConfig)` function that return an object with 3 required methods: `start()`, `stop()` and `send(tagData)`. If you...
I thought of something like that, but it's not possible. There are situations where it is normal to have no measures. And it's not so easy to "reinitialize", because there...
It's such a common problem that I forget it exists :) ... will add it