mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Drop unsupported SI-prefix peta from integration sensor (#69229)
This commit is contained in:
parent
29e8b9f2ac
commit
514e08c8fe
@ -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)"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user