Initial commit
This commit is contained in:
20
scripts.yaml
Normal file
20
scripts.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
set_frankensystem_fan_speed:
|
||||
alias: Set FrankenSystem Fan Speed
|
||||
sequence:
|
||||
- action: notify.notify
|
||||
metadata: {}
|
||||
data:
|
||||
message: '{{ this.speed }} was choosen.'
|
||||
fields:
|
||||
speed:
|
||||
selector:
|
||||
select:
|
||||
options:
|
||||
- High
|
||||
- Medium-High
|
||||
- Medium-Low
|
||||
- Low
|
||||
name: Speed
|
||||
description: Fan Speed
|
||||
required: true
|
||||
description: Set the fan speed on the FrankenSysten
|
||||
Reference in New Issue
Block a user