I made a template for three binary sensors. I need that pattern to be true if the first binary sensor - true or the other two together - true.
Pattern works only if all three or “or” and "
{{ is_state('binary_sensor.manual_filtration', 'on')
or is_state('binary_sensor.night_rate', 'on')
and is_state('binary_sensor.blackout', 'on')
}}