jpmens / homie-ota

OTA "server" in Python for Homie
127 stars 50 forks source link

Sort device info #40

Closed snikch closed 7 years ago

snikch commented 7 years ago

This PR sorts the single device page's device info, and sensor info, alphabetically. I find this to be much easier to take in, as sometimes the ordering would just change as I made changes to the mqtt broker and various other aspects of my system. Now it's deterministic.

image

jpmens commented 7 years ago

Good stuff. Thanks, merged.