From 514e08c8fe3d850cc395bf26341e7a8d687056de Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 4 Apr 2022 09:48:28 +0200 Subject: [PATCH] Drop unsupported SI-prefix peta from integration sensor (#69229) --- homeassistant/components/integration/config_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/integration/config_flow.py b/homeassistant/components/integration/config_flow.py index cd4f8a11fbf..1f6fc7c6ee0 100644 --- a/homeassistant/components/integration/config_flow.py +++ b/homeassistant/components/integration/config_flow.py @@ -39,7 +39,6 @@ UNIT_PREFIXES = [ {"value": "M", "label": "M (mega)"}, {"value": "G", "label": "G (giga)"}, {"value": "T", "label": "T (tera)"}, - {"value": "P", "label": "P (peta)"}, ] TIME_UNITS = [ {"value": TIME_SECONDS, "label": "s (seconds)"},