[version] text sensor add option hide_hash to restore the pre-2026.1 behavior (#14251)

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
H. Árkosi Róbert
2026-02-24 14:31:58 +01:00
committed by GitHub
parent abf7074518
commit 72263eda85
5 changed files with 52 additions and 11 deletions
+14 -1
View File
@@ -1,3 +1,16 @@
text_sensor:
- platform: version
name: "ESPHome Version"
name: "ESPHome Version Full"
- platform: version
name: "ESPHome Version No Timestamp"
hide_timestamp: true
- platform: version
name: "ESPHome Version No Hash"
hide_hash: true
- platform: version
name: "ESPHome Version Shortest"
hide_timestamp: true
hide_hash: true