mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
update test
This commit is contained in:
parent
6cd0d8f8c2
commit
116628bdc6
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue