[binary_sensor] Restore comment on state member

This commit is contained in:
J. Nick Koston
2026-03-22 16:00:07 -10:00
parent 7754e517f2
commit 98b0aea6bf
@@ -61,6 +61,7 @@ class BinarySensor : public StatefulEntityBase<bool> {
/// Return whether this binary sensor has outputted a state.
virtual bool is_status_binary_sensor() const;
/// The current state of this binary sensor. Also used as the backing storage for StatefulEntityBase.
bool state{};
protected: