From 4a45fe9849249aba5e619dd3cd2a745a6147ed82 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 4 Feb 2026 10:38:54 +0100 Subject: [PATCH] cleanup --- esphome/components/cover/automation.h | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/cover/automation.h b/esphome/components/cover/automation.h index 19ab40034c..3976042441 100644 --- a/esphome/components/cover/automation.h +++ b/esphome/components/cover/automation.h @@ -72,7 +72,6 @@ template class ControlAction : public Action { template class CoverPublishAction : public Action { public: CoverPublishAction(Cover *cover) : cover_(cover) {} - TEMPLATABLE_VALUE(float, position) TEMPLATABLE_VALUE(float, tilt) TEMPLATABLE_VALUE(CoverOperation, current_operation)