Skip to content

Commit

Permalink
Fix populate on start up
Browse files Browse the repository at this point in the history
  • Loading branch information
the-jeffski committed Nov 24, 2022
1 parent 3745af1 commit d5423bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/medusa/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


def setup_platform(hass, config, add_entities, discovery_info=None):
add_entities([MedusaSensor(config, hass)])
add_entities([MedusaSensor(config, hass)], True)


class MedusaSensor(Entity):
Expand Down

0 comments on commit d5423bb

Please sign in to comment.