Skip to content

Commit

Permalink
call it without returning return after succesfull
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront committed Oct 4, 2024
1 parent c69f780 commit 55b344f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/econet300/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,5 @@ async def async_setup_entry(

entities: list[EconetBinarySensor] = []
entities.extend(create_binary_sensors(coordinator, api))
return async_add_entities(entities)
async_add_entities(entities)
return True

0 comments on commit 55b344f

Please sign in to comment.