1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 08:41:59 +00:00
This commit is contained in:
J. Nick Koston
2025-12-22 14:48:33 -10:00
parent e468d5afd0
commit 57afa8be6a

View File

@@ -148,7 +148,7 @@ bool UrlMatch::id_equals_entity(EntityBase *entity) const {
// Log deprecation warning when old object_id URL format is used
ESP_LOGW(TAG,
"Deprecated URL format: /%.*s/%.*s - use entity name '/%.*s/%s' instead. "
"Object ID URLs will be removed in a future release.",
"Object ID URLs will be removed in 2026.7.0.",
this->domain_len, this->domain, this->id_len, this->id, this->domain_len, this->domain,
entity->get_name().c_str());
}