From 1254ec284916d2c063ab51a373f555972bd5aae6 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 15 Jul 2020 13:50:35 +0200 Subject: [PATCH] Fix Waveshare 7.50inV2 (#1143) See also https://github.com/esphome/esphome/pull/1077 --- esphome/components/waveshare_epaper/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/waveshare_epaper/display.py b/esphome/components/waveshare_epaper/display.py index 577d832785..da2e30de00 100644 --- a/esphome/components/waveshare_epaper/display.py +++ b/esphome/components/waveshare_epaper/display.py @@ -32,7 +32,7 @@ MODELS = { '4.20in': ('b', WaveshareEPaper4P2In), '5.83in': ('b', WaveshareEPaper5P8In), '7.50in': ('b', WaveshareEPaper7P5In), - '7.50inV2': ('b', WaveshareEPaper7P5InV2), + '7.50inv2': ('b', WaveshareEPaper7P5InV2), }