LibreTiny version hide timestamp #3566
Unanswered
AbeltjeNL
asked this question in
Component enhancements
Replies: 1 comment
-
|
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Component name
text_sensor
Link to component documentation on our website
https://esphome.io/components/text_sensor/version/
Describe the enhancement
The problem
Hi there,
When creating my LirbeTiny configuration (BK7231T / WB2S) I've added the ESPHome version text_sensor like so:
This works like it should. When I add the LibreTiny version text sensor like so:
This also works like it should. But, when I add the
hide_timestamp: trueoption to the LibreTiny version text_sensor it shows an invalid option when validating the configuration.I think this is a bit weird because when I type
hidethe configuration editor purposes thehide_timestampoption:For visual clarification the LibreTiny version info is shown like:
As you can see it's quite a long versioning sentence. It would be great if you guys can implement the
hide_timestamp: trueoption to only show the short version number like:1.9.1Is this something you guys can take a look at? Thanx in advance!
Use cases
This would be great to shorten the long versioning sentence seen above. Similar to the new 2026.3.x
hide_hashoption.Anything else?
Initially I thought this was a bug so I reported in:
esphome/esphome#12042 (comment)
Beta Was this translation helpful? Give feedback.
All reactions