homeassistant-phonetrack
homeassistant-phonetrack copied to clipboard
PhoneTrack custom device_tracker component for Home Assistant.
Adding version to manifest FYI Component seems to be working fine with Home Assistant Core 2022.6.6
Home Assistant started throwing warnings about missing version information in this custom component (which I've used for a long time now and loving it). So I added the version information...
I get the following errors when starting up homeassistant with this integration: ``` 2020-07-12 16:12:52 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform legacy Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/device_tracker/setup.py",...
Latest HA reports: ``` SOURCE_TYPE_GPS was used from phonetrack, this is a deprecated constant which will be removed in HA Core 2025.1. Use SourceType.GPS instead, please report it to the...
Update source type for HA core > 2024.3.1 Related to this issue: https://github.com/j1nx/homeassistant-phonetrack/issues/6 where HA is deprecating the SOURCE_TYPE_GPS from the device tracker functions