Skip to content
View FredrickB's full-sized avatar
Block or Report

Block or report FredrickB

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Wrapping Strips Guard (https://www.s... Wrapping Strips Guard (https://www.stripsbysensative.com/guard/) readings for opening/closing of door in a Template Binary Sensor for Home-Assistant and referencing in automations
    1
    ...
    2
    - platform: template
    3
      sensors: 
    4
        your_door_sensor_reference_name:
    5
          friendly_name: "Some friendly name for door"
  2. Adding a custom Template Binary Sens... Adding a custom Template Binary Sensor representation of Strips Guard as a trigger in an automation
    1
    ...
    2
    # Trigger automation if door has been opened and has stayed open for 10 minutes
    3
    - id: door_sensor_automation_id
    4
      alias: "Some friendly name for automation"
    5
      trigger:
  3. Grouping a custom Template Binary Se... Grouping a custom Template Binary Sensor representation of Strips Guard in a custom group in Home-Assistant
    1
    ...
    2
    some_group_name:
    3
      name: "Friendly name of HA group"
    4
      view: yes # Must be enabled to have the group be visible in HA dashboard
    5
      entities: