From 8b090805370c761afd947440374518fc2d70601c Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:36:37 +0200 Subject: [PATCH] Apply suggestion Co-authored-by: Martin Hjelmare --- blog/2022-10-14-deprecate-unit-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2022-10-14-deprecate-unit-system.md b/blog/2022-10-14-deprecate-unit-system.md index 095f1a8a..43352819 100644 --- a/blog/2022-10-14-deprecate-unit-system.md +++ b/blog/2022-10-14-deprecate-unit-system.md @@ -7,7 +7,7 @@ title: "Deprecate Unit System constants and properties" As of Home Assistant Core 2022.11, the `is_metric` and `name` properties of a unit system are deprecated and should not be used. -Custom components referencing these properties will need to be adjusted to use instance checks instead. +Custom integrations referencing these properties will need to be adjusted to use instance checks instead. Correct: ```python