cvroque

Results 11 comments of cvroque

> Do something like this: > > ``` > - entity: binary_sensor.deursensor01 > name: Meterkast > map_state: > 'on': 'mdi:door-open' > 'off': 'mdi:door-closed' > ``` Thanks for the reply, unfortunately...

I just added and then restarted for good measure, still the same, it seems to be fixed for input_boolean. ![image](https://user-images.githubusercontent.com/65680394/114491238-ace1d300-9bec-11eb-82c6-26972fd13dbd.png) ![image](https://user-images.githubusercontent.com/65680394/114491257-b79c6800-9bec-11eb-92ff-e0d6ead73868.png)

> yeees, this can be painful and tedious. There is quite some time now a (yet) minimal set of `formatters`, which you can simply choose for your column to be...

I ended up using this to change "undefinedundefinedundefined" to empty columns: ` modify: if(x.length == 0){""}else{x}` It worked for strings, numbers and date. ![image](https://user-images.githubusercontent.com/65680394/164313730-0921648b-db64-4fbc-8ca2-3b7cf7b7bf5d.png) I'm quite amateur on JS, but...

I like this idea for an enhancement, I was able to install this on my work laptop and it works amazingly well but couldn't install it for my wife laptop...

> This would help resolve some issues for me too! I would love this as an option, especially to check which AP the client was connected to last (before being...

> Thank you for taking the time to answer me. I'll give your suggestion a try. I also have Deco M4 units, and a timeout is a likely cause. If...

> Unfortunately, so far, the results are not good: > > ![image](https://user-images.githubusercontent.com/6225998/194572481-9953577c-dd90-4da5-b641-a8c32e122e71.png) > > I've increased to 90, but so far the results are still disappointing. > > ``` >...

I just found out about this v2 integration and it looks promising! I've stopped using the v1 integration because the delay between me manually toggling a switch and the state...

Maybe add a different color/bold when above 100 and just display the last two digits? 108 would show as **08** instead of the current 10.