IB
message: |
{%- if is_state('trigger.to_state', '65537') or
is_state('trigger.to_state', '65536') -%}
Admin unlocked the door
{%- elif is_state('trigger.to_state', '196608') -%}
Admin unlocked the door
{%- elif is_state('trigger.to_state', '131072') -%}
Someone with passcode 0987654321 unlocked the door
{%- elif is_state('trigger.to_state', '131073') -%}
Someone with passcode 1234567890 unlocked the door
{%- endif -%}