First of all thanks for this card and component. I realy like it!
My card is running perfectly. I only have one remark:
All the icons in lovelace have the same colour, only your icons in the card are black. It would be nice if they are the same colour as all other icons.
My second question/problem is that when i click on the postnl_delivery sensor i dont see any adresses or times but only the text: object, object. It is the same for the letters.
ps, since the requirements are in the manifest.json, you have to remove it from the sensor.py. (line 13, REQUIREMENTS = [‘postnlpy==0.3.0’])
In regards to the more info, I can’t solve that. If I solve that, the card becomes obsolete and a lot of information is gone. That’s where this card is for. See also the pop up card above which allows you the best of both worlds.
In regards to you code remark, that is correct, but will break older HA versions. Therefore it stays for now.
Thanks all for your feedback! I’ve fixed a tiny issue with images in letters. Although I don’t have the case myself and I don’t have any letters anymore, I hope I didn’t break anything
Additionally I added the possibility to add this card to custom updater.
I have 2 feature requests left, which are in regards of displaying less delivered packages/letters. Will fix those soon.
Afterwards I hope to update the component in HA itself, so we are rid of the custom component.
The only way I can think of that, is by making sentences of it like “Package X is on it’s way and will be delivered at Y”. The point is, by making it a sentence, you loose the ability to make automations based on these. I hardly believe also that HA would approve it if we would do a lot of string concatenation within the Python code itself just to make the display of this correct.
My suggestion would be to use the combination of this card with the pop-up card, as suggested here:
In the end, Buienradar does the same with forecasts. However, nobody seems to complain about that, since the weather cards actually solve that, hiding the fact that there are objects in the background.
After having installed the Postnl component successfully, I only see 1 sensor, sensor.postnl.
The sensors you all mention in this thread, postnl_letters, postnl_delivery are not created.
Is there some specific setting I need to enter in the config?