mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Update reading when device is added (#15548)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user