Home Assistant Intents

← All languages

zh-HK 繁體中文(香港)

Required slot combinations: 100% (6/6) · all combinations: 54% (122/224)

Leader: @swonge · sentences/zh-HK/

Example sentences highlight the slot values, parsed with hassil:

  • name
  • area
  • floor
  • domain / device class
  • number
  • color
  • state
  • free text / wildcard

Intent groups

Lights, Switches & Devices ↑ top

TurnOn (homeassistant)

Slot combination Slots Status / example
domain_only required domain 打開呢度嘅燈
打開所有嘅燈
打開風扇
name_only required name 打開吊扇
打開左邊窗簾
鎖上大門
area_domain required area, domain 打開客廳嘅燈
打開廚房嘅風扇
floor_domain floor, domain (e.g. turn on the lights on the first floor)
device_class_cover domain, device_class 打開窗簾
name_area name, area 打開客廳吊扇
打開客廳左邊窗簾
鎖上客廳大門
name_floor name, floor (e.g. turn on the overhead light on the first floor)
name_script name 執行派對腳本
name_scene name 啟動氣氛燈光場景
area_device_class_cover area, domain, device_class 打開廚房窗簾
floor_device_class_cover floor, domain, device_class (e.g. open the curtains on the first floor)

TurnOff (homeassistant)

Slot combination Slots Status / example
domain_only required domain 關閉呢度嘅燈
關閉風扇
name_only required name 關閉吊扇
關閉左邊窗簾
解鎖大門
area_domain required area, domain 關閉客廳嘅燈
關閉廚房嘅風扇
floor_domain floor, domain (e.g. turn off the lights on the first floor)
device_class_cover domain, device_class 關閉窗簾
name_area name, area 關閉客廳吊扇
關閉客廳左邊窗簾
解鎖客廳大門
name_floor name, floor (e.g. turn off the overhead light on the first floor)
area_device_class_cover area, domain, device_class 關閉廚房窗簾
floor_device_class_cover floor, domain, device_class (e.g. close the curtains on the first floor)
domain_all domain 關閉所有嘅燈

LightSet (light)

Slot combination Slots Status / example
name_brightness name, brightness 睡房檯燈亮度調到50%
name_color name, color 睡房檯燈調成紅色
name_temperature name, temperature (e.g. set the overhead light color temperature to 2700 Kelvin)
brightness_only brightness, domain (e.g. set the brightness in here to 50%)
area_brightness area, brightness, domain 睡房燈亮度調到50%
floor_brightness floor, brightness, domain (e.g. set the main floor brightness to 50%)
color_only color, domain (e.g. set the lights in here to red)
area_color area, color, domain 睡房燈調成紅色
floor_color floor, color, domain (e.g. set the main floor to red)
temperature_only temperature, domain (e.g. set the light color temperature in here to 2700 Kelvin)
area_temperature area, temperature, domain (e.g. set the living room light color temperature to 2700 Kelvin)
floor_temperature floor, temperature, domain (e.g. set the main floor color temperature to 2700 Kelvin)

FanSetSpeed (fan)

Slot combination Slots Status / example
default percentage (e.g. set fans to 50%)
name_only name, percentage (e.g. set ceiling fan to 50%)
area_only area, percentage (e.g. set kitchen fans to 50%)
floor_only floor, percentage (e.g. set first floor fans to 50%)

SetPosition (homeassistant)

Slot combination Slots Status / example
name_only name, position 左邊窗簾調到50%
device_class domain, device_class, position 窗簾調到50%
area_device_class area, domain, device_class, position 睡房窗簾調到50%
name_area name, area, position (e.g. set the curtain left in the living room to 50%)
name_floor name, floor, position (e.g. set the curtain left on the main floor to 50%)
floor_device_class floor, domain, device_class, position (e.g. set the curtains on the main floor to 50%)

Climate & Weather ↑ top

ClimateGetTemperature (climate)

Slot combination Slots Status / example
default 而家幾多度
name_only name (e.g. what is the temperature of the EcoBee)
area_only area 客廳溫度係幾多度
floor_only floor (e.g. what is the temperature downstairs)

ClimateSetTemperature (climate)

Slot combination Slots Status / example
temperature_only temperature 將溫度設定為22
name_temperature name, temperature 睡房溫控器設定為22
area_temperature area, temperature 睡房溫度設定為22
floor_temperature floor, temperature (e.g. set the temperature of the main floor to 30 degrees)

GetWeather (weather)

Slot combination Slots Status / example
default 今日天氣點樣
name_only name 紐約天氣點樣

Media & Volume ↑ top

MediaSearchAndPlay (media_player)

Slot combination Slots Status / example
default search_query (e.g. play Pink Floyd)
name_only name, search_query (e.g. play Pink Floyd on Sonos Speakers)
area_only area, search_query (e.g. play Pink Floyd in the Living Room)
name_area name, area, search_query (e.g. play Pink Floyd on the Sonos Speakers in the Living Room)
media_class_only search_query, media_class (e.g. play Pink Floyd playlist)
name_media_class name, search_query, media_class (e.g. play Pink Floyd album on Sonos Speakers)
area_media_class area, search_query, media_class (e.g. play Pink Floyd movie in the Living Room)
name_area_media_class name, area, search_query, media_class (e.g. play Pink Floyd podcast on the Sonos Speakers in the Living Room)

MediaPause (media_player)

Slot combination Slots Status / example
default 暫停
name_only name 暫停電視
area_only area 暫停客廳音樂

MediaUnpause (media_player)

Slot combination Slots Status / example
default 繼續播放
name_only name 繼續電視
area_only area 繼續客廳音樂

MediaNext (media_player)

Slot combination Slots Status / example
default 下一首歌
name_only name 音響下一首歌
area_only area 客廳下一首歌

MediaPrevious (media_player)

Slot combination Slots Status / example
default 上一首歌
name_only name 音響上一首歌
area_only area 客廳上一首歌

SetVolume (media_player)

Slot combination Slots Status / example
default volume_level 將音量調到50%
name_only name, volume_level 電視音量調到50%
area_only area, volume_level 客廳音量調到50%

SetVolumeRelative (media_player)

Slot combination Slots Status / example
default volume_step (e.g. increase volume)
name_only volume_step, name (e.g. decrease TV volume)
area_only volume_step, area (e.g. decrease volume in kitchen)
floor_only volume_step, floor (e.g. increase volume on first floor)

MediaPlayerMute (media_player)

Slot combination Slots Status / example
default (e.g. mute)
name_only name (e.g. mute the TV)

MediaPlayerUnmute (media_player)

Slot combination Slots Status / example
default (e.g. unmute)
name_only name (e.g. unmute the TV)

Timers ↑ top

StartTimer (homeassistant)

Slot combination Slots Status / example
hours_only hours 開始個一小時嘅計時器
minutes_only minutes 開始一個分鐘嘅計時器
seconds_only seconds 開始一個三十秒嘅計時器
hours_minutes hours, minutes 開始個一小時分鐘嘅計時器
hours_seconds hours, seconds 開始個一小時三十秒嘅計時器
minutes_seconds minutes, seconds 開始一個分鐘三十秒嘅計時器
hours_minutes_seconds hours, minutes, seconds 開始個一小時分鐘三十秒嘅計時器
name_hours name, hours 開始個一小時叫pizza嘅計時器
name_minutes name, minutes 開始一個分鐘叫pizza嘅計時器
name_seconds name, seconds 開始一個三十秒叫pizza嘅計時器
name_hours_minutes name, hours, minutes (e.g. set a timer for 1 hour and 10 minutes named pizza)
name_hours_seconds name, hours, seconds (e.g. set a timer for 1 hour and 30 seconds named pizza)
name_minutes_seconds name, minutes, seconds (e.g. set a timer for 10 minutes and 30 seconds named pizza)
name_hours_minutes_seconds name, hours, minutes, seconds (e.g. set a timer for 1 hour 10 minutes and 30 seconds named pizza)
command_hours conversation_command, hours 小時後關燈
command_minutes conversation_command, minutes 分鐘後關燈
command_seconds conversation_command, seconds 三十秒後關燈
command_hours_minutes conversation_command, hours, minutes (e.g. turn off the lights in 1 hour and 10 minutes)
command_hours_seconds conversation_command, hours, seconds (e.g. turn off the lights in 1 hour and 30 seconds)
command_minutes_seconds conversation_command, minutes, seconds (e.g. turn off the lights in 10 minutes and 30 seconds)
command_hours_minutes_seconds conversation_command, hours, minutes, seconds (e.g. turn off the lights in 1 hour 10 minutes and 30 seconds)

PauseTimer (homeassistant)

Slot combination Slots Status / example
default 暫停計時器
name_only name 暫停pizza計時器
area_only area 暫停廚房計時器
id_only id (e.g. pause the timer with ID 12345)
hours_only start_hours 暫停1個鐘計時器
minutes_only start_minutes 暫停5分鐘計時器
seconds_only start_seconds 暫停30秒計時器

UnpauseTimer (homeassistant)

Slot combination Slots Status / example
default 恢復計時器
name_only name 恢復pizza計時器
area_only area 恢復廚房計時器
id_only id (e.g. resume the timer with ID 12345)
hours_only start_hours 恢復1個鐘計時器
minutes_only start_minutes 恢復5分鐘計時器
seconds_only start_seconds 恢復30秒計時器

IncreaseTimer (homeassistant)

Slot combination Slots Status / example
hours_only hours 增加加1個鐘到計時器
minutes_only minutes 增加5分鐘到計時器
seconds_only seconds 增加30秒到計時器
minutes_seconds minutes, seconds 增加5分鐘30秒到計時器
hours_minutes hours, minutes 增加1個鐘5分鐘到計時器
name_hours name, hours 增加1個鐘到pizza計時器
name_minutes name, minutes 增加5分鐘到pizza計時器
name_seconds name, seconds 增加30秒到pizza計時器
id_hours id, hours (e.g. add 1 hour to the timer with ID 12345)
id_minutes id, minutes (e.g. add 10 minutes to the timer with ID 12345)
id_seconds id, seconds (e.g. add 30 seconds to the timer with ID 12345)
area_hours area, hours 增加1個鐘到廚房計時器
area_minutes area, minutes 增加5分鐘到廚房計時器
area_seconds area, seconds 增加30秒到廚房計時器
hours_start_hours start_hours, hours (e.g. add 1 hour to the 2 hour timer)
hours_start_minutes start_minutes, hours (e.g. add 1 hour to the 10 minute timer)
hours_start_seconds start_seconds, hours (e.g. add 1 hour to the 30 second timer)
minutes_start_hours start_hours, minutes (e.g. add 10 minutes to my timer)
minutes_start_minutes start_minutes, minutes (e.g. add 10 minutes to the 20 minute timer)
minutes_start_seconds start_seconds, minutes (e.g. add 10 minutes to the 40 second timer)
seconds_start_hours start_hours, seconds (e.g. add 30 seconds to my timer)
seconds_start_minutes start_minutes, seconds (e.g. add 30 seconds to the 20 minute timer)
seconds_start_seconds start_seconds, seconds (e.g. add 30 seconds to the 40 second timer)

DecreaseTimer (homeassistant)

Slot combination Slots Status / example
hours_only hours 減少加1個鐘到計時器
minutes_only minutes 減少5分鐘到計時器
seconds_only seconds 減少30秒到計時器
hours_minutes hours, minutes 減少1個鐘5分鐘到計時器
hours_seconds hours, seconds 減少1個鐘30秒到計時器
minutes_seconds minutes, seconds 減少5分鐘30秒到計時器
name_hours name, hours 減少1個鐘到pizza計時器
name_minutes name, minutes 減少5分鐘到pizza計時器
name_seconds name, seconds 減少30秒到pizza計時器
name_hours_minutes name, hours, minutes (e.g. remove 1 hour and 10 minutes from the pizza timer)
name_hours_seconds name, hours, seconds (e.g. remove 1 hour and 30 seconds from the pizza timer)
area_hours area, hours 減少1個鐘到廚房計時器
area_minutes area, minutes 減少5分鐘到廚房計時器
area_seconds area, seconds 減少30秒到廚房計時器
area_minutes_seconds area, minutes, seconds (e.g. remove 10 minutes and 30 seconds from the kitchen timer)
area_hours_minutes area, hours, minutes (e.g. remove 1 hour and 10 minutes from the kitchen timer)
area_hours_seconds area, hours, seconds (e.g. remove 1 hour and 30 seconds from the kitchen timer)
id_hours id, hours (e.g. remove 1 hour from the timer with ID 12345)
id_minutes id, minutes (e.g. remove 10 minutes from the timer with ID 12345)
id_seconds id, seconds (e.g. remove 30 seconds from the timer with ID 12345)
id_minutes_seconds id, minutes, seconds (e.g. remove 10 minutes and 30 seconds from the timer with ID 12345)
id_hours_minutes id, hours, minutes (e.g. remove 1 hour and 10 minutes from the timer with ID 12345)
id_hours_seconds id, hours, seconds (e.g. remove 1 hour and 30 seconds from the timer with ID 12345)
hours_start_hours start_hours, hours (e.g. remove 1 hour from the 2 hour timer)
hours_start_minutes start_minutes, hours (e.g. remove 1 hour from the 10 minute timer)
hours_start_seconds start_seconds, hours (e.g. remove 1 hour from the 30 second timer)
minutes_start_hours start_hours, minutes (e.g. remove 10 minutes to my timer)
minutes_start_minutes start_minutes, minutes (e.g. remove 10 minutes from the 20 minute timer)
minutes_start_seconds start_seconds, minutes (e.g. remove 10 minutes from the 40 second timer)
seconds_start_hours start_hours, seconds (e.g. remove 30 seconds to my timer)
seconds_start_minutes start_minutes, seconds (e.g. remove 30 seconds from the 20 minute timer)
seconds_start_seconds start_seconds, seconds (e.g. remove 30 seconds from the 40 second timer)

CancelTimer (homeassistant)

Slot combination Slots Status / example
default 取消計時器
name_only name 取消pizza計時器
area_only area 取消廚房計時器
hours_only start_hours 取消1個鐘計時器
minutes_only start_minutes 取消5分鐘計時器
seconds_only start_seconds 取消30秒計時器
id_only id (e.g. cancel the timer with ID 12345)

CancelAllTimers (homeassistant)

Slot combination Slots Status / example
default 取消所有計時器
area_only area 取消所有廚房計時器

TimerStatus (homeassistant)

Slot combination Slots Status / example
default 我嘅計時器狀況
name_only name pizza計時器狀況
area_only area 廚房計時器狀況
id_only id (e.g. how much time is left on the timer with ID 12345)
hours_only start_hours 1個鐘計時器狀況
minutes_only start_minutes 5分鐘計時器狀況
seconds_only start_seconds 30秒計時器狀況

Lists & To-do ↑ top

ListAddItem (todo)

Slot combination Slots Status / example
name_item item, name 喺我嘅雜貨清單加蘋果

ListCompleteItem (todo)

Slot combination Slots Status / example
name_item item, name (e.g. check off take out the trash from my chores list)

ListRemoveItem (todo)

Slot combination Slots Status / example
name_item item, name (e.g. remove take out the trash from my chores list)

ShoppingListAddItem (shopping_list)

Slot combination Slots Status / example
item_only item 蘋果落購物清單

ShoppingListCompleteItem (shopping_list)

Slot combination Slots Status / example
item_only item (e.g. check off apples from my shopping list)

Vacuum & Lawn Mower ↑ top

VacuumStart (vacuum)

Slot combination Slots Status / example
name_only name 開始 Rover
area_only area (e.g. vacuum the kitchen)
floor_only floor (e.g. vacuum the main floor)

VacuumCleanArea (vacuum)

Slot combination Slots Status / example
context_area (e.g. vacuum in here)
area_only area (e.g. vacuum the kitchen)
name_area name, area (e.g. vacuum the kitchen with rover)

VacuumReturnToBase (vacuum)

Slot combination Slots Status / example
name_only name Rover 返回基地
area_only area (e.g. return kitchen vacuum to base)

LawnMowerStartMowing (lawn_mower)

Slot combination Slots Status / example
default (e.g. start mowing)
name_only name (e.g. start clippy)

LawnMowerDock (lawn_mower)

Slot combination Slots Status / example
default (e.g. stop mowing)
name_only name (e.g. return clippy to base)

Date & Time ↑ top

GetCurrentTime (homeassistant)

Slot combination Slots Status / example
default 而家幾多點

GetCurrentDate (homeassistant)

Slot combination Slots Status / example
default 今日係幾多號

State & Information ↑ top

GetState (homeassistant)

Slot combination Slots Status / example
name_only name 而家戶外溫度係幾多
name_state name, state 睡房檯燈係唔係
左邊窗簾係唔係關咗
大門鎖咗未
name_state_area name, state, area 客廳左邊窗簾係唔係關咗
入口大門鎖咗未
name_state_floor name, state, floor (e.g. is the bedroom window open on the second floor)
name_where name (e.g. where is jane)
name_zone name, state (e.g. is jane home)
domain_state domain, state 有冇燈係開咗嘅
所有燈都係關咗嘅嗎
邊一盞燈係開咗嘅
有幾多盞燈係開咗嘅
有冇風扇係開咗嘅
所有風扇都係關咗嘅嗎
邊一個風扇係開咗嘅
有幾多個風扇係開咗嘅
有冇開關係開咗嘅
所有開關都係開咗嘅嗎
邊一個開關係開咗嘅
有幾多個開關係開咗嘅
有冇門係鎖咗嘅
所有門都係鎖咗嘅
邊一道門係鎖咗嘅
有幾多道門係鎖咗嘅
domain_state_area area, domain, state 廚房有冇燈係開咗嘅
廚房所有燈都係關咗嘅嗎
廚房邊一盞燈係開咗嘅
廚房有幾多盞燈係開咗嘅
客廳有冇風扇係開咗嘅
客廳所有風扇都係關咗嘅嗎
客廳邊一個風扇係開咗嘅
客廳有幾多個風扇係開咗嘅
廚房有冇開關係開咗嘅
廚房所有開關都係開咗嘅嗎
廚房邊一個開關係開咗嘅
廚房有幾多個開關係開咗嘅
入口有冇門係鎖咗嘅
入口所有門都係鎖咗嘅
入口邊一道門係鎖咗嘅
入口有幾多道門係鎖咗嘅
domain_state_floor floor, domain, state (e.g. are all the lights off on the first floor)
device_class_state domain, device_class, state 有冇窗簾係開咗嘅
所有窗簾都係開咗嘅嗎
邊一扇窗簾係關咗嘅
有幾多扇窗簾係關咗嘅
device_class_state_area area, domain, device_class, state 客廳有冇窗簾係開咗嘅
客廳所有窗簾都係開咗嘅嗎
客廳邊一扇窗簾係關咗嘅
客廳有幾多扇窗簾係關咗嘅
device_class_state_floor floor, domain, device_class, state (e.g. are all the windows closed on the second floor)

Miscellaneous ↑ top

Broadcast (assist_satellite)

Slot combination Slots Status / example
message_only message 廣播夜晚飯準備好喇

Respond (homeassistant)

Slot combination Slots Status / example
default 你好
你係唔係成日聆聽
我嘅數據去咗邊道
我可以問啲乜嘢
邊個創造咗你

Nevermind (homeassistant)

Slot combination Slots Status / example
default 算數