GitHub

View FredrickB's full-sized avatar

Fredrick Biering FredrickB

Block or report FredrickB

Pinned Loading

  1. Export network flow logs from Calico using OTLP/HTTP

    Go 1

  2. 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"
  3. 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:
  4. 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:

Read the original on github.com ↗