Id like this combined into an or statement if possible?
family_room_occupied_both:
friendly_name: "living room"
value_template: >-
{% if is_state('sensor.davids_apple_watch_room_presence', 'livingroom2')
or is_state('sensor.davids_apple_watch_room_presence', 'livingroom2') %}
true
{% else %}
false
{% endif %}
i think i had the wrong sensor, basically if theres motion or presense from either motion sensor (its on), the room is occupied