aligned to ETHW PRO publishing for temperatures, fixed issue with Presenza-Alta-Scala-Taverna

This commit is contained in:
2025-08-30 00:53:17 +02:00
parent 49185b3802
commit b4d941a431
4 changed files with 85 additions and 26 deletions

View File

@@ -0,0 +1,42 @@
blueprint:
name: timed_switch
domain: switch
description: Activate a switch for a cerrain timeation
author: Tiziano Trabattoni
input:
button:
name: bt
selector:
target:
entity:
domain: input_button
switch_target:
name: sw
selector:
target:
entity:
domain: switch
time:
name: tim
selector:
number:
min: 0
max: 300
unit_of_measurement: seconds
triggers:
- trigger: state
entity_id: !input button
id: start_now
conditions: []
actions:
- action: switch.turn_on
entity_id: !input switch_target
- delay: !input tim
- action: switch.turn_off
entity_id: !input switch_target