pnbruckner / ha-life360

A Home Assistant integration for Life360.
32 stars 4 forks source link

update fon error #13

Closed riddik14 closed 1 month ago

riddik14 commented 3 months ago

LENGTH_FEET was used from life360, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.FEET instead, please create a bug report at https://github.com/pnbruckner/ha-life360/issues LENGTH_KILOMETERS was used from life360, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.KILOMETERS instead, please create a bug report at https://github.com/pnbruckner/ha-life360/issues LENGTH_METERS was used from life360, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.METERS instead, please create a bug report at https://github.com/pnbruckner/ha-life360/issues LENGTH_MILES was used from life360, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.MILES instead, please create a bug report at https://github.com/pnbruckner/ha-life360/issues

pnbruckner commented 1 month ago

@riddik14 thanks, but I'm working on a major update which should also address these warnings. (See the new_api branch & PR #14 .