From b8c965b3fc499c015839a562be414593ecdb0b69 Mon Sep 17 00:00:00 2001 From: oarcher Date: Tue, 23 Jul 2024 02:44:40 +0200 Subject: [PATCH] removed flight pin --- esphome/components/modem/__init__.py | 1 - 1 file changed, 1 deletion(-) 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"