Update the Tibber sensor at startup (#12428)
This commit is contained in:
parent
ae32d208d9
commit
b4dbfe9bbd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def async_setup_platform(hass, config, async_add_devices, discovery_info=None):
|
|||
yield from home.update_info()
|
||||
dev.append(TibberSensor(home))
|
||||
|
||||
async_add_devices(dev)
|
||||
async_add_devices(dev, True)
|
||||
|
||||
|
||||
class TibberSensor(Entity):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue