Skip to content

Commit

Permalink
fix: enable vehicle sensors at default
Browse files Browse the repository at this point in the history
  • Loading branch information
fwmarcel committed Feb 10, 2025
1 parent 7e6fe13 commit 0e50f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/divera/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async def async_setup_entry(
), # noqa: B023
attribute_fn=lambda divera,
vid=vehicle_id: divera.get_vehicle_attributes(vid), # noqa: B023
entity_registry_enabled_default=False,
),
)
entities.append(vehicle_entity)
Expand Down

0 comments on commit 0e50f72

Please sign in to comment.