There is a new update incoming tomorrow but please read this full post before implementing as there is a little "homework".
Additional Sensor Types
It adds 4 sensor types, Motion, Presence, Smoke Detector and CO Detector as shown below.

In this release I'm using an orange color as a warning indicator. Prior to this the open contact was marked as red, but in an effort to only use red when it is truly significant I've added orange as a warning. An active motion sensor, open contact, not present presence sensor will show all as orange. A "detected" state for a smoke or CO detector would show as red.
User Definable State Text
This was initially done in support of other languages but it offers some great formatting options. This can be found under the Advanced tab and the defaults look like this.
In a simple example I could change "open" to "Abierto" like this:

and now I get this:

Notice I have the word Abierto twice. That is because I also specified that device contact as a variable and used it in the device rename section to illustrate that this feature also works to match any of these state names used in variables.
Formatting Tags
These have been under the Experimental tab so I don't know how many of you have used these but they are simply CSS classes that you can modify and use to enhance the visibility or appearance of items within the SmartGrid.
So I can combine these two techniques. I'll change "not present" for the Presence sensor to "Away" and I'll also add a tag to highlight it like this: "[m1]Away[/m1]"

and I get this.

Homework.
That is all for new additions but I have a homework item for you. In order to fix a bug with Custom Rows numbering conflicting with the first devices on a new hub (they start at 1 apparently) I had to change some code in how these are allocated. The bottom line is it will mess with your Custom Sort order in a way that requires manual intervention.
After installing the update the Custom Sort order will look something like this. I have the Custom Sort column enabled for illustrative purposes.
As you can see all my Custom Rows now have a custom sort order of undefined. Initially you will think the whole thing is messed up but it is only these rows. So in this case I would have to drag each of the five rows back to their proper placement and re-save the sort order.
If you have any filters enabled you should turn those off, update the sort and then turn them back on so that even the hidden rows have a specified position otherwise they will appear at the very top.
I'm sorry you have to do this manual step but I can't get it to reliably update and when it does not, then it leave an unusable SmartGrid. Doing it this way have never failed me so I think this is a safer option.
P.S. All those N/A entries in that last picture is because it is off a test system that has almost no use and activities age out.