Skip to content

Commit

Permalink
Update the Tibber sensor at startup (#12428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored and fabaff committed Feb 15, 2018
1 parent ae32d20 commit b4dbfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/tibber.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b4dbfe9

Please sign in to comment.