From dffd41841a6f56de378f647b16c4d35c303cd20c Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Tue, 25 May 2021 09:37:16 -0700 Subject: [PATCH] Add documentation for smarttub.snooze_reminder (#17966) --- source/_integrations/smarttub.markdown | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/source/_integrations/smarttub.markdown b/source/_integrations/smarttub.markdown index e13198f38ff..4b9ce4b5dd3 100644 --- a/source/_integrations/smarttub.markdown +++ b/source/_integrations/smarttub.markdown @@ -40,7 +40,7 @@ on a hot tub. | Service data attribute | Optional | Description | Example | | ---------------------- | -------- | ----------- | ------- | -| `entity_id` | yes | The entity to update. | sensor.jacuzzi_j_335_primary_filtration_cycle +| `entity_id` | no | The entity to update. | sensor.jacuzzi_j_335_primary_filtration_cycle | `duration` | no | The desired duration of the primary filtration cycle, in hours. | 4 | `start_hour` | no | The desired starting hour of the day for the primary filtration cycle. | 2 (i.e. 02:00 or 2:00am) @@ -52,5 +52,14 @@ cycle on a hot tub. | Service data attribute | Optional | Description | Example | | ---------------------- | -------- | ----------- | ------- | -| `entity_id` | yes | The entity to update. | sensor.jacuzzi_j_335_secondary_filtration_cycle +| `entity_id` | no | The entity to update. | sensor.jacuzzi_j_335_secondary_filtration_cycle | `mode` | no | The desired secondary filtration mode. Can be frequent, infrequent or away. | away + +### Service `smarttub.snooze_reminder` + +This service allows you to temporarily suppress a maintenance reminder on a hot tub. + +| Service data attribute | Optional | Description | Example | +| ---------------------- | -------- | ----------- | ------- | +| `entity_id` | no | The entity to update. | binary_sensor.jacuzzi_j_335_refresh_water_reminder +| `days` | no | The number of days to snooze the reminder (minimum 10). | 10