Browse Source

removing deprecated hide_entity

master
Thomas 4 years ago
parent
commit
b5284553b5
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 3
      automations/automations.yaml

3
automations/automations.yaml

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
- id: enable_zigbee_join
alias: Enable Zigbee joining
hide_entity: true
trigger:
platform: state
entity_id: input_boolean.zigbee_permit_join
@ -28,11 +27,9 @@ @@ -28,11 +27,9 @@
- data:
entity_id: timer.zigbee_permit_join
service: timer.cancel
hide_entity: true
- id: disable_zigbee_join_timer
alias: Disable Zigbee joining by timer
hide_entity: true
trigger:
- platform: event
event_type: timer.finished

Loading…
Cancel
Save