Skip to content

Latest commit

 

History

History

startup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.