#Hello I am trying to create an
1 messages · Page 1 of 1 (latest)
You wanted the #automations-archived channel, and to share what you've done (use a code share site)
“`alias: Furnace Turn On Fan
description: ""
trigger:
- platform: numeric_state
entity_id: sensor.furnace
attribute: " Output "
above: 300
condition: []
action: - type: turn_on
device_id: 30f0be03d2bbf70d242dd9f8c99c4627
entity_id: switch.office_furnace_fan
domain: switch
mode: single“`
Remove
attribute: " Output "
``` and if that doesn't do it, ask in the [#automations-archived](/guild/330944238910963714/channel/672220450977349653/) channel 😉
Ok