Edit esp-reterminal-e1001.yaml
This commit is contained in:
@@ -848,7 +848,8 @@ script:
|
||||
const auto now = id(homeassistant_time).now();
|
||||
const int64_t now_ts = now.is_valid() ? now.timestamp : 0;
|
||||
const int hour_limit = ${job_hours_display_limit};
|
||||
std::string signature = "jobs-v0.8.0";
|
||||
const char *signature_prefix = "jobs-v0.8.0";
|
||||
std::string signature = signature_prefix;
|
||||
|
||||
auto append_text = [&](const std::string &value) {
|
||||
signature += "|";
|
||||
|
||||
Reference in New Issue
Block a user