mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 18:27:46 +01:00
Updated that the correct models are displayed.
This commit is contained in:
parent
2b404fdfb3
commit
fe748438a5
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ MODELS = {
|
|||
"inkplate_10": InkplateModel.INKPLATE_10,
|
||||
"inkplate_6_plus": InkplateModel.INKPLATE_6_PLUS,
|
||||
"inkplate_6_v2": InkplateModel.INKPLATE_6_V2,
|
||||
"inkplate_5": InkplateModel.INKPLATE_5,
|
||||
"inkplate_5_v2": InkplateModel.INKPLATE_5_V2,
|
||||
}
|
||||
|
||||
CONFIG_SCHEMA = cv.All(
|
||||
|
|
Loading…
Reference in a new issue