working 2.0 clone

This commit is contained in:
root
2024-10-01 14:06:39 +00:00
commit 873064d680
704 changed files with 46961 additions and 0 deletions

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