Update reading when device is added (#15548)

This commit is contained in:
quthla 2018-07-18 23:39:37 +02:00 committed by Paulus Schoutsen
parent 4650366f07
commit 22d961de70

View File

@ -117,7 +117,7 @@ def async_setup_platform(hass, config, async_add_devices, discovery_info=None):
except KeyError:
pass
async_add_devices(dev)
async_add_devices(dev, True)
class BME280Handler: