1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 21:02:20 +01:00

feature request 398 add 'hide timestamp' option for version text sensor (#1085)

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
This commit is contained in:
Wauter
2020-07-12 00:55:30 +02:00
committed by GitHub
parent ed5f207eba
commit e41ea42074
5 changed files with 20 additions and 4 deletions

View File

@@ -201,6 +201,7 @@ CONF_HEAT_ACTION = 'heat_action'
CONF_HEAT_MODE = 'heat_mode'
CONF_HEATER = 'heater'
CONF_HIDDEN = 'hidden'
CONF_HIDE_TIMESTAMP = 'hide_timestamp'
CONF_HIGH = 'high'
CONF_HIGH_VOLTAGE_REFERENCE = 'high_voltage_reference'
CONF_HOUR = 'hour'