Skip to content

Commit

Permalink
Change doorbell entities close #29 Replace doorbell sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
x-real-ip committed Feb 13, 2024
1 parent 54945a1 commit 9b09763
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/data/flows/automation_doorbell.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"version": 5,
"outputs": 2,
"exposeAsEntityConfig": "",
"entityId": "binary_sensor.doorbell_button",
"entityId": "binary_sensor.smart-doorbell_button",
"entityIdType": "exact",
"outputInitially": false,
"stateType": "str",
Expand Down Expand Up @@ -535,7 +535,7 @@
"halt_if": "off",
"halt_if_type": "str",
"halt_if_compare": "is",
"entity_id": "switch.doorbell_chime_active",
"entity_id": "switch.smart-doorbell_active",
"state_type": "str",
"blockInputOverrides": false,
"outputProperties": [
Expand Down Expand Up @@ -629,7 +629,7 @@
"halt_if": "off",
"halt_if_type": "str",
"halt_if_compare": "is",
"entity_id": "switch.doorbell_chime_active",
"entity_id": "switch.smart-doorbell_active",
"state_type": "str",
"blockInputOverrides": false,
"outputProperties": [
Expand Down Expand Up @@ -671,7 +671,7 @@
"areaId": [],
"deviceId": [],
"entityId": [
"switch.doorbell_chime_active"
"switch.smart-doorbell_active"
],
"data": "",
"dataType": "json",
Expand Down
4 changes: 2 additions & 2 deletions src/data/flows/scene_home_leaving.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
"areaId": [],
"deviceId": [],
"entityId": [
"switch.doorbell_chime_active"
"switch.smart-doorbell_active"
],
"data": "",
"dataType": "json",
Expand All @@ -606,7 +606,7 @@
"halt_if": "off",
"halt_if_type": "str",
"halt_if_compare": "is",
"entity_id": "switch.doorbell_chime_active",
"entity_id": "switch.smart-doorbell_active",
"state_type": "str",
"blockInputOverrides": false,
"outputProperties": [
Expand Down
8 changes: 4 additions & 4 deletions src/data/flows/scene_sleepmode.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
"halt_if": "off",
"halt_if_type": "str",
"halt_if_compare": "is",
"entity_id": "switch.doorbell_chime_active",
"entity_id": "switch.smart-doorbell_active",
"state_type": "str",
"blockInputOverrides": false,
"outputProperties": [
Expand Down Expand Up @@ -471,7 +471,7 @@
"areaId": [],
"deviceId": [],
"entityId": [
"switch.doorbell_chime_active"
"switch.smart-doorbell_active"
],
"data": "",
"dataType": "json",
Expand Down Expand Up @@ -689,7 +689,7 @@
"areaId": [],
"deviceId": [],
"entityId": [
"switch.doorbell_chime_active"
"switch.smart-doorbell_active"
],
"data": "",
"dataType": "json",
Expand All @@ -715,7 +715,7 @@
"halt_if": "off",
"halt_if_type": "str",
"halt_if_compare": "is",
"entity_id": "switch.doorbell_chime_active",
"entity_id": "switch.smart-doorbell_active",
"state_type": "str",
"blockInputOverrides": false,
"outputProperties": [
Expand Down

0 comments on commit 9b09763

Please sign in to comment.