This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Doorbell to Phone Notification | |
description: '' | |
trigger: | |
- platform: state | |
entity_id: sensor.first_floor_doorbell_siren_3_property | |
to: '1' | |
condition: [] | |
action: | |
- service: input_text.set_value | |
target: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copied from blhoward2 at https://community.home-assistant.io/t/zen32-scene-controller-z-wave-js/292610/8?u=mattmattmattmatt | |
# Modified by MattMattMattMatt for clarity on button / scene associations. | |
blueprint: | |
name: ZEN32 (Z-Wave JS) | |
description: Create automations for the Zooz ZEN32 switch using the Z-Wave JS integration. | |
domain: automation | |
input: | |
zooz_switch: | |
name: Zooz Switch | |
description: List of available Zooz ZEN32 switches. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: ZEN32 (Z-WaveJS2MQTT) | |
description: Create automations for the Zooz ZEN32 switch using the zwavejs2mqtt (MQTT!). Assumes you expose the main relay as a switch and the 5 scenes as sensors (current default behavior of zwavejs2mqtt). | |
domain: automation | |
input: | |
zooz_switch: | |
name: Zooz Switch From MQTT | |
description: Actual switch/relay element | |
selector: | |
entity: |