348 files
This commit is contained in:
@@ -677,6 +677,75 @@ add_chore:
|
||||
default: true
|
||||
selector:
|
||||
boolean:
|
||||
expires_in_minutes:
|
||||
name: Expires in (minutes)
|
||||
description: >-
|
||||
Make this a reactive chore with a deadline this many minutes from now — e.g. the washing
|
||||
machine finished, empty it within 30 minutes. The chore disappears and is disabled once the
|
||||
deadline passes. 0 = no deadline.
|
||||
required: false
|
||||
default: 0
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 10080
|
||||
mode: box
|
||||
unit_of_measurement: min
|
||||
speed_bonus_points:
|
||||
name: Speed bonus points
|
||||
description: Extra points awarded if the chore is completed before the deadline. Needs expires_in_minutes.
|
||||
required: false
|
||||
default: 0
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 10000
|
||||
mode: box
|
||||
|
||||
read_aloud:
|
||||
name: Read Chores Aloud
|
||||
description: >-
|
||||
Speak a child's outstanding chores to a media player — "Ella, you have three things left...".
|
||||
Wording is set by the read-aloud templates in the TaskMate panel settings.
|
||||
fields:
|
||||
child_id:
|
||||
name: Child ID
|
||||
required: true
|
||||
selector:
|
||||
text:
|
||||
media_player:
|
||||
name: Media player
|
||||
description: Where to speak. Falls back to the default set in Settings.
|
||||
required: false
|
||||
selector:
|
||||
entity:
|
||||
domain: media_player
|
||||
tts_entity:
|
||||
name: Text-to-speech entity
|
||||
description: Which TTS service to use. Falls back to Settings, then to the only one installed.
|
||||
required: false
|
||||
selector:
|
||||
entity:
|
||||
domain: tts
|
||||
message:
|
||||
name: Message override
|
||||
description: Say this instead of the generated summary.
|
||||
required: false
|
||||
selector:
|
||||
text:
|
||||
|
||||
spin_roulette:
|
||||
name: Spin Chore Roulette
|
||||
description: >-
|
||||
Pick a random outstanding chore for a child at a points multiplier. Opt-in — enable it and set
|
||||
the multiplier and daily spin allowance in the TaskMate panel settings.
|
||||
fields:
|
||||
child_id:
|
||||
name: Child ID
|
||||
description: The ID of the child spinning
|
||||
required: true
|
||||
selector:
|
||||
text:
|
||||
|
||||
skip_chore:
|
||||
name: Skip Chore
|
||||
|
||||
Reference in New Issue
Block a user