Last active
December 13, 2024 17:30
-
-
Save SirGoodenough/32ae6c299a580f90469edadd7877e787 to your computer and use it in GitHub Desktop.
Episode 132 YouTube Web post https://whatarewefixing.today/1868/dryer-notification-zigbee-device/
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: test of dryer current sense | |
description: "" | |
triggers: | |
- trigger: numeric_state | |
entity_id: | |
- sensor.dryer_power_produced_energy | |
attribute: current | |
below: 0.05 | |
conditions: [] | |
actions: | |
- action: script.tts_dryer_done | |
data: | |
live_speaker: | |
- media_player.kitchen_speaker | |
mode: single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the automation we did online.