Hi garbleflux,
happy to hear you like the module! :)
The token for the hub is required for the whole module to work, so I guess you are already using it (directly or via auto-token). If you want to use features of the smart hub, currently I have not implemented anything here. Need to check what the miio lib provides, maybe setting the light colors?
Maximum temperature could be implemented, but I doubt you really want to use this as fire sensor! :) Not much help if your mirror warns you about a fire.
About the character size: I use the default css classes “small” and “xsmall”. You could simply override them for the xiaomi elements via:
.xm-xiaomi .small {
font-size: 24px;
}
Best regards,
Mirko