mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-30 09:48:27 +02:00
Fix MQTT Not Working in dev branch (#527)
* Fix MQTT not working * Fix minor typo causing compile error
This commit is contained in:
@@ -55,7 +55,7 @@ template<typename... Ts> class Trigger {
|
||||
bool is_running() {
|
||||
if (this->automation_parent_ == nullptr)
|
||||
return false;
|
||||
return this->automation_parent_.is_running();
|
||||
return this->automation_parent_->is_running();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user