2021-05-23 14:00:24 +00:00
|
|
|
set_primary_filtration:
|
|
|
|
name: Update primary filtration settings
|
|
|
|
description: Updates the primary filtration settings
|
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: smarttub
|
|
|
|
domain: sensor
|
|
|
|
fields:
|
|
|
|
duration:
|
|
|
|
name: Duration
|
|
|
|
description: The desired duration of the primary filtration cycle
|
|
|
|
default: 8
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 24
|
|
|
|
unit_of_measurement: "hours"
|
|
|
|
mode: slider
|
|
|
|
example: 8
|
|
|
|
start_hour:
|
|
|
|
description: The hour of the day at which to begin the primary filtration cycle
|
|
|
|
default: 0
|
|
|
|
example: 2
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 23
|
|
|
|
unit_of_measurement: "hour"
|
|
|
|
|
|
|
|
set_secondary_filtration:
|
|
|
|
name: Update secondary filtration settings
|
|
|
|
description: Updates the secondary filtration settings
|
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: smarttub
|
|
|
|
domain: sensor
|
|
|
|
fields:
|
|
|
|
mode:
|
|
|
|
description: The secondary filtration mode.
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- "frequent"
|
|
|
|
- "infrequent"
|
|
|
|
- "away"
|
|
|
|
required: true
|
|
|
|
example: "frequent"
|
2021-05-25 16:37:00 +00:00
|
|
|
|
|
|
|
snooze_reminder:
|
|
|
|
name: Snooze a reminder
|
|
|
|
description: Delay a reminder, so that it won't trigger again for a period of time.
|
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: smarttub
|
|
|
|
domain: binary_sensor
|
|
|
|
fields:
|
|
|
|
days:
|
|
|
|
name: Days
|
|
|
|
description: The number of days to delay the reminder.
|
|
|
|
required: true
|
|
|
|
example: 7
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 10
|
|
|
|
max: 120
|
|
|
|
unit_of_measurement: days
|
2021-06-27 18:59:11 +00:00
|
|
|
|
|
|
|
reset_reminder:
|
|
|
|
name: Reset a reminder
|
|
|
|
description: Reset a reminder, and set the next time it will be triggered.
|
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: smarttub
|
|
|
|
domain: binary_sensor
|
|
|
|
fields:
|
|
|
|
days:
|
|
|
|
name: Days
|
|
|
|
description: The number of days when the next reminder should trigger.
|
|
|
|
required: true
|
|
|
|
example: 180
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 30
|
|
|
|
max: 365
|
|
|
|
unit_of_measurement: days
|