working 2.0 clone
This commit is contained in:
19
custom_components/pid_controller/services.yaml
Normal file
19
custom_components/pid_controller/services.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# Copyright (c) 2022, Diogo Silva "Soloam"
|
||||
# Creative Commons BY-NC-SA 4.0 International Public License
|
||||
# (see LICENSE.md or https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
||||
#
|
||||
|
||||
reset_pid:
|
||||
description: Reset a PID Controller
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name(s) of entities to reset
|
||||
example: 'sensor.temperture_controller'
|
||||
|
||||
autotune_pid:
|
||||
description: Autotune a PID Controller
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name(s) of entities to tune
|
||||
example: 'sensor.temperture_controller'
|
||||
Reference in New Issue
Block a user