Skip to content

Modem Text Sensor

modem:
id: atmodem
text_sensor:
- platform: modem_info
network_type:
name: network type
update_interval: 10s
  • network_type (Optional, string): Expose the modem network type (GSM, GPRS, LTE…) as a text sensor. All options from Text Sensor.
  • update_interval (Optional, Time): The interval to poll the device. Defaults to 60s.
  • All other options from Text Sensor.