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)