Insert Europe Tank Types from mopeka_std_check (#4757)

This commit is contained in:
Lukas Lindner 2023-05-17 06:41:53 +02:00 committed by GitHub
parent b3ed988119
commit c96663daca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,9 @@ CONF_SUPPORTED_TANKS_MAP = {
"20LB_V": (38, 254), # empty/full readings for 20lb US tank
"30LB_V": (38, 381),
"40LB_V": (38, 508),
"EUROPE_6KG": (38, 336),
"EUROPE_11KG": (38, 366),
"EUROPE_14KG": (38, 467),
}
CODEOWNERS = ["@spbrogan"]