home-assistant-google_fit icon indicating copy to clipboard operation
home-assistant-google_fit copied to clipboard

Incompatibility after HA Core 2025.1

Open MauricioXavier13 opened this issue 1 year ago • 0 comments

MASS_KILOGRAMS was used from google_fit, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.KILOGRAMS instead, please report it to the author of the 'google_fit' custom integration

LENGTH_CENTIMETERS was used from google_fit, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.CENTIMETERS instead, please report it to the author of the 'google_fit' custom integration

LENGTH_KILOMETERS was used from google_fit, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.KILOMETERS instead, please report it to the author of the 'google_fit' custom integration

MauricioXavier13 avatar May 16 '24 21:05 MauricioXavier13