mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Change super class order in Withings Calendar (#104721)
This commit is contained in:
parent
82264a0d6b
commit
b36ddaa15c
@ -66,7 +66,7 @@ def get_event_name(category: WorkoutCategory) -> str:
|
||||
|
||||
|
||||
class WithingsWorkoutCalendarEntity(
|
||||
CalendarEntity, WithingsEntity[WithingsWorkoutDataUpdateCoordinator]
|
||||
WithingsEntity[WithingsWorkoutDataUpdateCoordinator], CalendarEntity
|
||||
):
|
||||
"""A calendar entity."""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user