ESPHome 2026.4.5
Loading...
Searching...
No Matches
esphome::binary_sensor::InvertFilter Class Reference

#include <filter.h>

Inheritance diagram for esphome::binary_sensor::InvertFilter:
esphome::binary_sensor::Filter

Public Member Functions

optional< bool > new_value (bool value) override
 
- Public Member Functions inherited from esphome::binary_sensor::Filter
virtual void input (bool value)
 
void output (bool value)
 

Additional Inherited Members

- Protected Attributes inherited from esphome::binary_sensor::Filter
friend BinarySensor
 
Filternext_ {nullptr}
 
BinarySensorparent_ {nullptr}
 
Deduplicator< bool > dedup_
 

Detailed Description

Definition at line 80 of file filter.h.

Member Function Documentation

◆ new_value()

optional< bool > esphome::binary_sensor::InvertFilter::new_value ( bool value)
overridevirtual

Implements esphome::binary_sensor::Filter.

Definition at line 77 of file filter.cpp.


The documentation for this class was generated from the following files: