Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linptech ES1 presence sensor automation example #110

Closed
BeardedTinker opened this issue Nov 1, 2023 · 0 comments
Closed

Linptech ES1 presence sensor automation example #110

BeardedTinker opened this issue Nov 1, 2023 · 0 comments
Assignees
Labels
Device Everything related to physical devices Enhancement New feature or request

Comments

@BeardedTinker
Copy link
Owner

Here is the sample automation created for Limptech presence sensor:

alias: Linptech for Stream Desk
description: ""
trigger:
  - type: motion
    platform: device
    device_id: f46a7d284f919918254c6021e040b0da
    entity_id: eba83449aa09a124c6f4a16182e7e01d
    domain: binary_sensor
    id: occupied
  - type: no_motion
    platform: device
    device_id: f46a7d284f919918254c6021e040b0da
    entity_id: eba83449aa09a124c6f4a16182e7e01d
    domain: binary_sensor
    id: unoccupied
condition: []
action:
  - choose:
      - conditions:
          - condition: trigger
            id:
              - occupied
        sequence:
          - type: turn_on
            device_id: cf8eb69698570241e3703193bd4f957a
            entity_id: b58d29a1fb6e0198c275daa2820e74a8
            domain: light
      - conditions:
          - condition: trigger
            id:
              - unoccupied
        sequence:
          - type: turn_off
            device_id: cf8eb69698570241e3703193bd4f957a
            entity_id: b58d29a1fb6e0198c275daa2820e74a8
            domain: light
mode: single

@BeardedTinker BeardedTinker added Enhancement New feature or request Device Everything related to physical devices labels Nov 1, 2023
@BeardedTinker BeardedTinker self-assigned this Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Device Everything related to physical devices Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant