🐝 Bee In The Hive Sensor

FAQ - How to Use It in the :bulb: Sensor Light Blueprint

Once you have created the Bee In The Hive sensor, you have two options:

  1. Create a group using your motion sensor and template binary sensor.
    Use this group in the trigger of the Sensor Light automation. This method allows you to utilize all features of the Sensor Light Blueprint and is the recommended approach. However, you will need to create a template binary sensor manually, rather than using the blueprint.

    For instructions on how to do this, click here.

  2. Add the toggle helper (used in the blueprint) to Bypass Option 1.
    This will turn your light ON and keep it ON, but you won’t be able to use all the features in the Sensor Light Blueprint. It’s a quick and easy solution if you’re just turning a light ON and OFF without creating an additional group helper.

    Link to my :bulb: Sensor Light blueprint


How to Create a Group Helper in Home Assistant

To create a Group Helper that includes your Motion Sensor and Template Binary Sensor, follow these steps:

  1. Go to: Settings > Devices & Services > Helpers Tab
  2. Click Create Helper
  3. Select Group
  4. Choose Binary Sensor Group
  5. Enter a name for your group (e.g., Room Occupancy Sensor)
  6. Click Add Members and select your Motion Sensor and Template Binary Sensor
  7. Click Create

Your new Group Helper is now ready! Use this group as the trigger in your Sensor Light Blueprint to fully leverage its features. :rocket:

Enjoy

Blacky :smiley:

Back to FAQ: Click Here