Hide humidity if not available #54
Reference in New Issue
Block a user
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If the enclosure sensor doesn't provide humidity it returns 0, so this can be used to hide the humidity row from the table.
for now this will do, but the best way to do is test based on the type of sensor, and hide the humidity on the navbar as well.
The reason is that whenever the plugin can not read the humidity it will return zero, and it would be good to show that something went wrong reading the humidity for sensors that should return it.