From 116628bdc6679932234d96319b8d0d7e9f4228c7 Mon Sep 17 00:00:00 2001 From: oarcher Date: Sun, 11 Aug 2024 18:46:16 +0200 Subject: [PATCH] update test --- tests/components/modem/test.esp32-idf.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/components/modem/test.esp32-idf.yaml b/tests/components/modem/test.esp32-idf.yaml index a303935ce1..ac36f8936d 100644 --- a/tests/components/modem/test.esp32-idf.yaml +++ b/tests/components/modem/test.esp32-idf.yaml @@ -12,7 +12,6 @@ modem: pin_code: "0000" enable_on_boot: True enable_cmux: True - enable_gnss: True init_at: - AT on_not_responding: @@ -39,3 +38,9 @@ sensor: name: Longitude altitude: name: Altitude + +switch: + - platform: modem + gnss: + name: GNSS + restore_mode: ALWAYS_ON