Skip to content
Snippets Groups Projects
Commit 22d961de authored by quthla's avatar quthla Committed by Paulus Schoutsen
Browse files

Update reading when device is added (#15548)

parent 4650366f
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ def async_setup_platform(hass, config, async_add_devices, discovery_info=None): ...@@ -117,7 +117,7 @@ def async_setup_platform(hass, config, async_add_devices, discovery_info=None):
except KeyError: except KeyError:
pass pass
async_add_devices(dev) async_add_devices(dev, True)
class BME280Handler: class BME280Handler:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment