refactor config yaml into new files

This commit is contained in:
root
2025-04-28 15:28:48 -04:00
parent 873064d680
commit c31b8831af
23 changed files with 1106 additions and 0 deletions

View 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"