Hey, I have one question related with build-in intents. I preparing translations for Polish language (I was reading documentation https://developers.home-assistant.io/docs/intent_builtin/) and I don't fully understand some command related with timer. Below I share with you english intent:
- sentences:
- "remove 5 minutes from 1 hour timer"
- "remove 5 minutes from timer for 1 hour"
- "decrease 1 hour timer by 5 minutes"
- "decrease timer for 1 hour by 5 minutes"
intent:
name: HassDecreaseTimer
slots:
minutes: 5
start_hours: 1
response: Timer updated
I don't fully understand these sentences. I also don't understand ideas of slots:
start_hours- Hours the timer was started withstart_minutes- Minutes the timer was started withstart_seconds- Seconds the timer was started with
Can someone explain to me when this command is useful? How should it be used (some context for using this command)? 🙂