mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 00:18:11 +01:00
Insert Europe Tank Types from mopeka_std_check (#4757)
This commit is contained in:
parent
b3ed988119
commit
c96663daca
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ CONF_SUPPORTED_TANKS_MAP = {
|
||||||
"20LB_V": (38, 254), # empty/full readings for 20lb US tank
|
"20LB_V": (38, 254), # empty/full readings for 20lb US tank
|
||||||
"30LB_V": (38, 381),
|
"30LB_V": (38, 381),
|
||||||
"40LB_V": (38, 508),
|
"40LB_V": (38, 508),
|
||||||
|
"EUROPE_6KG": (38, 336),
|
||||||
|
"EUROPE_11KG": (38, 366),
|
||||||
|
"EUROPE_14KG": (38, 467),
|
||||||
}
|
}
|
||||||
|
|
||||||
CODEOWNERS = ["@spbrogan"]
|
CODEOWNERS = ["@spbrogan"]
|
||||||
|
|
Loading…
Reference in a new issue