Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106036

2022.2.0 Door chime automation

$
0
0

I have a door chime which I have ring whenever a door is opened or closed. This has been working well but after the new update it also fires upon restart. This is a minor annoyance to me and a source of mystery to my dog. I assume this is related to the new unknown state on binary sensors. I’m aware I could split the triggers, one for ‘on’ and the other for ‘off’, but this seems like adding complexity. Is there some other method to silence the restart?

alias: Door Chime
description: ''
trigger:
  - platform: state
    entity_id:
      - binary_sensor.konnected_198e05_zone_4
      - binary_sensor.konnected_198e05_zone_5
      - binary_sensor.front_door_contact
      - binary_sensor.basement_entry_contact
      - binary_sensor.mailbox_contact
      - binary_sensor.garage_door_left_contact
      - binary_sensor.garage_door_right_contact
    to: null
condition: []
action:
  - service: switch.turn_on
    target:
      entity_id: switch.piezo
    data: {}
mode: single

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 106036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>