2021-04-11 20:35:25 +00:00
|
|
|
# Describes the format for available Litter-Robot services
|
|
|
|
|
|
|
|
reset_waste_drawer:
|
|
|
|
name: Reset waste drawer
|
|
|
|
description: Reset the waste drawer level.
|
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
integration: litterrobot
|
2021-04-11 20:35:25 +00:00
|
|
|
|
|
|
|
set_sleep_mode:
|
|
|
|
name: Set sleep mode
|
|
|
|
description: Set the sleep mode and start time.
|
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
integration: litterrobot
|
2021-04-11 20:35:25 +00:00
|
|
|
fields:
|
|
|
|
enabled:
|
|
|
|
name: Enabled
|
|
|
|
description: Whether sleep mode should be enabled.
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
boolean:
|
|
|
|
start_time:
|
|
|
|
name: Start time
|
|
|
|
description: The start time at which the Litter-Robot will enter sleep mode and prevent an automatic clean cycle for 8 hours.
|
|
|
|
required: false
|
|
|
|
example: '"22:30:00"'
|
|
|
|
selector:
|
|
|
|
time:
|
|
|
|
|
|
|
|
set_wait_time:
|
|
|
|
name: Set wait time
|
|
|
|
description: Set the wait time, in minutes, between when your cat uses the Litter-Robot and when the unit cycles automatically.
|
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
integration: litterrobot
|
2021-04-11 20:35:25 +00:00
|
|
|
fields:
|
|
|
|
minutes:
|
|
|
|
name: Minutes
|
|
|
|
description: Minutes to wait.
|
|
|
|
required: true
|
|
|
|
default: 7
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- "3"
|
|
|
|
- "7"
|
|
|
|
- "15"
|