diff --git a/esphome/components/modem/__init__.py b/esphome/components/modem/__init__.py index 360773eae5..1d68eb6e7b 100644 --- a/esphome/components/modem/__init__.py +++ b/esphome/components/modem/__init__.py @@ -28,7 +28,6 @@ CONF_APN = "apn" CONF_DTR_PIN = "dtr_pin" CONF_STATUS_PIN = "status_pin" CONF_POWER_PIN = "power_pin" -CONF_FLIGTH_PIN = "flight_pin" CONF_INIT_AT = "init_at" CONF_ON_NOT_RESPONDING = "on_not_responding"