💡 Sensor Light - Motion Sensor - Door Sensor - Sun Elevation - LUX Value - Scenes - Time - Light Control - Device Tracker - Night Lights

@JCharles

Welcome to the community.

You can’t use a button as it has no state being ON or OFF. We need to know if the bypass is ON or is it OFF. Buttons don’t provide that information.

Try using a toggle helper and not a button. It should all work then.

You can use a button to toggle a toggle helper if you must use a button. If you are unsure how to do this or it can’t be done directly in the device than you can use my :nazar_amulet: Press Button - Turn ON & OFF Entities blueprint. Add your button to Press Button and then create a toggle helper and add it to Main Entity. Then use the toggle helper in the bypass.

How to create a toggle helper.

  1. Go to Settings > Devices & Services > Helpers (tab at top).
  2. Click “+ Create Helper” and choose Toggle.
  3. Set a Name for your new toggle helper.
  4. Set Icon if you like.
  5. Click Create.

Blacky :grinning: