Farfar / homeassistant-seatconnect

Seat Connect - A home assistant plugin to add integration with your car
Apache License 2.0
61 stars 14 forks source link

Fixes SOURCE_TYPE_GPS deprecation warning #50

Open renini opened 8 months ago

renini commented 8 months ago

There is still some time, but this should fix the following warning:

WARNING (MainThread) [homeassistant.components.device_tracker] SOURCE_TYPE_GPS was used from seatconnect, this is a deprecated constant which will be removed in HA Core 2025.1. Use SourceType.GPS instead

As reported per issue #49