19 lines
526 B
YAML
19 lines
526 B
YAML
|
#
|
||
|
# 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'
|