From 5bd3e55ceef23f1fb01cc64c9e0c3a0450597d0b Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:36:28 +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 cd356f0e..095f1a8a 100644 --- a/blog/2022-10-14-deprecate-unit-system.md +++ b/blog/2022-10-14-deprecate-unit-system.md @@ -19,7 +19,7 @@ if hass.config.units is METRIC_SYSTEM: ``` To avoid confusion with future unit systems, the constants `CONF_UNIT_SYSTEM_IMPERIAL` -and `CONF_UNIT_SYSTEM_METRIC` are also deprecated and should not longer be referenced: +and `CONF_UNIT_SYSTEM_METRIC` are also deprecated and should no longer be referenced: - if they were used to compare against the `name` of a unit system, then this is no longer needed. - if they were used for another reason, then local constants should be created instead.