From 89066c374e07d8d5e4ca894afcd9d252b5d841aa Mon Sep 17 00:00:00 2001
From: oarcher <olivier.archer@gmail.com>
Date: Thu, 13 Jun 2024 16:35:57 +0200
Subject: [PATCH] add esp_modem to idf_component

---
 esphome/idf_component.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/esphome/idf_component.yml b/esphome/idf_component.yml
index c031b2192f..687d24f4cb 100644
--- a/esphome/idf_component.yml
+++ b/esphome/idf_component.yml
@@ -10,3 +10,7 @@ dependencies:
     path: components/mdns
     rules:
       - if: "idf_version >=5.0"
+  esp_modem:
+    git: https://github.com/espressif/esp-protocols.git
+    version: modem-v1.1.0
+    path: components/esp_modem