I am using the python library to update a few feeds. They have been fine, but I noticed today that one of the feeds contain invalid data. My python program updates the feeds about every 5 minutes. The "indoor-temp" feed is updated a few times a minute. The values are almost always "24.00", sometimes "24.17" or "24.33". The first of these entries appeared at 2015-10-13 15:21:21 UTC.
https://io.adafruit.com/willemb/feeds/indoor-temp
I printed the values that are sent from my python program and it is definitely the correct data. It looks like the feed is updated by another program.