refactor config yaml into new files
This commit is contained in:
7
intents/SetMachineSpeed.yaml
Normal file
7
intents/SetMachineSpeed.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
action:
|
||||
action: "input_number.set_value"
|
||||
data:
|
||||
entity_id: "{{ machine }}"
|
||||
value: "{{ speed }}"
|
||||
speech:
|
||||
text: "Machine has been set to {{ speed }} hertz"
|
||||
Reference in New Issue
Block a user