Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 732 Bytes

File metadata and controls

15 lines (12 loc) · 732 Bytes

Startup Sensor

The startup sensor is mostly like the Uptime Sensor and allows you to track the time the ESP has stayed up, but uses Home Assistant device class timestamp, so HA calculates uptime for you automatically.

# Example configuration entry
sensor:
  - platform: startup
    name: Device Uptime

Configuration variables:

  • update_interval (Optional, Time): The interval to check the sensor. Defaults to 60s.
  • id (Optional, ID): Set the ID of this sensor for use in lambdas.
  • All other options from Sensor.