Version Text Sensor
The version text sensor platform exposes the ESPHome version the firmware
was compiled against as a text sensor.
# Example configuration entrytext_sensor: - platform: version name: "ESPHome Version"Configuration variables
Section titled “Configuration variables”- hide_timestamp (Optional, boolean): Allows you to hide the compilation timestamp from the version string. Defaults to
false. - All other options from Text Sensor.
Disabling the compilation timestamp
Section titled “Disabling the compilation timestamp”# Example configuration entrytext_sensor: - platform: version name: "ESPHome Version" hide_timestamp: trueThis will, for example, change the output of the sensor from:
2024.6.0-dev May 30 2024, 09:07:35 to just 2024.6.0-dev