Skip to content

Commit aef9a64

Browse files
committed
Add more slot combinations for floor and area
1 parent 1826404 commit aef9a64

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

intents.yaml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,39 @@ HassStartTimer:
15311531
- "seconds"
15321532
example: "set a timer for 30 seconds in the living room"
15331533

1534+
# -------------------------------------------------------------------------
1535+
1536+
area_hours_minutes:
1537+
description: "Start a timer with an area for a duration of hours and minutes"
1538+
importance: "complete"
1539+
slots:
1540+
- "area"
1541+
- "hours"
1542+
- "minutes"
1543+
example: "set a timer for 1 hour and 10 minutes in the living room"
1544+
1545+
# -------------------------------------------------------------------------
1546+
1547+
area_hours_seconds:
1548+
description: "Start a timer with an area for a duration of hours and seconds"
1549+
importance: "complete"
1550+
slots:
1551+
- "area"
1552+
- "hours"
1553+
- "seconds"
1554+
example: "set a timer for 1 hour and 30 seconds in the living room"
1555+
1556+
# -------------------------------------------------------------------------
1557+
1558+
area_minutes_seconds:
1559+
description: "Start a timer with an area for a duration of minutes and seconds"
1560+
importance: "complete"
1561+
slots:
1562+
- "area"
1563+
- "minutes"
1564+
- "seconds"
1565+
example: "set a timer for 10 minutes and 30 seconds in the living room"
1566+
15341567
# -------------------------------------------------------------------------
15351568
# floor
15361569
# -------------------------------------------------------------------------
@@ -1563,6 +1596,39 @@ HassStartTimer:
15631596
- "seconds"
15641597
example: "set a timer for 30 seconds on the ground floor"
15651598

1599+
# -------------------------------------------------------------------------
1600+
1601+
floor_hours_minutes:
1602+
description: "Start a timer with a floor for a duration of hours and minutes"
1603+
importance: "complete"
1604+
slots:
1605+
- "floor"
1606+
- "hours"
1607+
- "minutes"
1608+
example: "set a timer for 1 hour and 10 minutes on the ground floor"
1609+
1610+
# -------------------------------------------------------------------------
1611+
1612+
floor_hours_seconds:
1613+
description: "Start a timer with a floor for a duration of hours and seconds"
1614+
importance: "complete"
1615+
slots:
1616+
- "floor"
1617+
- "hours"
1618+
- "seconds"
1619+
example: "set a timer for 1 hour and 30 seconds on the ground floor"
1620+
1621+
# -------------------------------------------------------------------------
1622+
1623+
floor_minutes_seconds:
1624+
description: "Start a timer with a floor for a duration of minutes and seconds"
1625+
importance: "complete"
1626+
slots:
1627+
- "floor"
1628+
- "minutes"
1629+
- "seconds"
1630+
example: "set a timer for 10 minutes and 30 seconds on the ground floor"
1631+
15661632
# -------------------------------------------------------------------------
15671633
# name
15681634
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)