mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Update reading when device is added (#15548)
This commit is contained in:
parent
4650366f07
commit
22d961de70
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user