Datasets:
File size: 344,160 Bytes
a90e827 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 | {"intent_id": "homeassistant:hass_climate_get_temperature", "domain": "homeassistant", "template": "[{area}] 온도 몇 도야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_get_temperature", "domain": "homeassistant", "template": "[{area}] 온도 얼마야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_get_temperature", "domain": "homeassistant", "template": "[{area}] 온도 몇이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_get_temperature", "domain": "homeassistant", "template": "[{area}] 온도 (알아|알려줘|말해줘)", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_get_temperature", "domain": "homeassistant", "template": "[{area}] 얼마나 (더워 | 추워 | 따뜻해| 시원해)", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_get_temperature", "domain": "homeassistant", "template": "[{area}] (더워 | 추워 | 따뜻해| 시원해)", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_get_temperature", "domain": "homeassistant", "template": "{area} 온도 <what_is>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "what_is", "values": ["무엇인가요", "뭐야"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} ° <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} ° 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} °로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} °로 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} 도 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} 도 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} 도로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} 도로 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} 로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} 로 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature} 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}° <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}° 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}°로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}°로 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}도 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}도 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}도로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}도로 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "{area} 온도 {temperature}로 맞춰", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} ° <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} ° 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} °로 <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} °로 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} 도 <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} 도 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} 도로 <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} 도로 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} 로 <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} 로 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature} 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}° <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}° 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}°로 <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}°로 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}도 <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}도 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}도로 <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}도로 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}로 <numeric_value_set>", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_climate_set_temperature", "domain": "homeassistant", "template": "온도 {temperature}로 맞춰", "slots": [{"name": "temperature", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}인게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}인게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 기기 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 기기가 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 기기 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 기기가 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 기기 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 기기가 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 기기 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 기기가 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 기기 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 기기가 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 기기 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 기기가 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 배터리 {state}이야", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 배터리 {state}인게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 배터리가 {state}인게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "배터리 {state}인게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "배터리가 {state}인게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 배터리 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 배터리가 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 배터리 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 배터리가 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 배터리 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 배터리가 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 배터리 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 배터리가 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 배터리 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 배터리가 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 배터리 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 배터리가 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 일산화탄소 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 일산화탄소 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "일산화탄소 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "일산화탄소 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 일산화탄소 센서[가] 감지됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 일산화탄소 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 일산화탄소 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 일산화탄소 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 일산화탄소 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 일산화탄소 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 일산화탄소 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 일산화탄소 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 일산화탄소 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 일산화탄소 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 일산화탄소 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 일산화탄소 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 일산화탄소 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 일산화탄소 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 일산화탄소 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 일산화탄소 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 일산화탄소 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}운게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}운게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 무엇이 {state}워", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 뭐가 {state}워", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤게 {state}워", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "무엇이 {state}워", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "뭐가 {state}워", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤게 {state}워", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}운게 얼마나 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}운게 얼마나 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}된 기기가 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}된 장치가 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}된 기기가 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}된 장치가 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 기기가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 장치가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 기기가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 장치가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 기기가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 장치가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 기기가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 장치가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 기기가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 장치가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 기기가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 장치가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 가스 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 가스 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "가스 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "가스 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 가스[가] 감지됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 가스 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 가스 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 가스 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 가스 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 가스 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 가스 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 가스 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 가스 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 가스 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 가스 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 가스 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 가스 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 가스 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 가스 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 가스 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 가스 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}이 {state}져있어", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 표시등 {state}져있는게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 표시등이 {state}져있는게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "표시등 {state}져있는게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "표시등이 {state}져있는게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 표시등 {state}져있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 표시등이 {state}져있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 표시등 {state}져있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 표시등이 {state}져있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 표시등 {state}져있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 표시등이 {state}져있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 표시등 {state}져있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 표시등이 {state}져있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 표시등 {state}져있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 표시등이 {state}져있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 표시등 {state}져있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 표시등이 {state}져있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 누수 감지 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 누수 감지 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 누수 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 누수 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "누수 감지 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "누수 감지 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "누수 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "누수 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area} 누수됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 누수 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 누수 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 누수 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 누수 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 누수 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 누수 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 누수 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 누수 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 누수 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 누수 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 누수 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 누수 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 누수 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 누수 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 누수 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 누수 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 누수 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 누수 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 누수 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 누수 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 누수 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 누수 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 누수 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 누수 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 누수 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 누수 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 누수 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 누수 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 누수 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 누수 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 누수 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 누수 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모션 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모션 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 움직임 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 움직임 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모션 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모션 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "움직임 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "움직임 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "[{area}에] (모션|움직임) 감지됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 모션 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 모션 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 움직임 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 움직임 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 모션 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 모션 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 움직임 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 움직임 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 모션 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 모션 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 움직임 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 움직임 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 모션 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 모션 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 움직임 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 움직임 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 모션 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 모션 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 움직임 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 움직임 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 모션 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 모션 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 움직임 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 움직임 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 모션 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 모션 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 움직임 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 움직임 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 모션 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 모션 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 움직임 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 움직임 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 재실 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 재실 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 존재 감지 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 존재 감지 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "재실 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "재실 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "존재 감지 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "존재 감지 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "[{area}에] (존재 감지|재실) 감지됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 재실 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 재실 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 존재 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 존재 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 재실 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 재실 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 존재 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 존재 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 재실 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 재실 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 존재 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 존재 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 재실 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 재실 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 존재 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 존재 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 재실 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 재실 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 존재 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 존재 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 재실 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 재실 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 존재 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 존재 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 재실 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 재실 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 존재 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 존재 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 재실 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 재실 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 존재 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 존재 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 문이 {state}있는게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "문이 {state}있는게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 문이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 문이 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 문이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 문이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 문이 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 문이 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 문이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 문이 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}있는 기기가 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}있는 장치가 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}있는 기기가 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}있는 장치가 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 기기가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 장치가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 기기가 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 장치가 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 기기가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 장치가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 기기가 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 장치가 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 기기가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 장치가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 기기가 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 장치가 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}인 기기가 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}인 장치가 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}인 기기가 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}인 장치가 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 장치가 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 장치가 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 장치가 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 장치가 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 장치가 {state}이야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 장치가 {state}이야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}에 문제가 있어", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state} 기기가 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state} 장치가 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state} 기기가 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state} 장치가 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 기기가 {state}야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 장치가 {state}야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 기기가 {state}야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 장치가 {state}야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 기기가 {state}야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 장치가 {state}야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 기기가 {state}야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 장치가 {state}야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 기기가 {state}야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 장치가 {state}야", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 기기가 {state}야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 장치가 {state}야", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 연기 감지 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 연기 감지 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 연기 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 연기 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "연기 감지 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "연기 감지 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "연기 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "연기 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 연기 (있어|감지됐어)", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 연기 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 연기 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 연기 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 연기 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 연기 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 연기 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 연기 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 연기 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 연기 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 연기 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 연기 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 연기 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 연기 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 연기 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 연기 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 연기 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 연기 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 연기 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 연기 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 연기 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 연기 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 연기 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 연기 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 연기 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 사운드 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 사운드 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 소리 감지 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 소리 감지 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 소리 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 소리 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 소음 센서 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 소음 센서가 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "사운드 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "사운드 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "소리 감지 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "소리 감지 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "소리 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "소리 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "소음 센서 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "소음 센서가 {state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 (소리|소음|사운드|소리 감지) (들려|나|감지됐어)", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 사운드 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 사운드 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 소리 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 소리 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 소리 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 소리 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 소음 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 소음 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 사운드 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 사운드 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 소리 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 소리 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 소리 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 소리 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 소음 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 소음 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 사운드 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 사운드 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 소리 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 소리 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 소리 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 소리 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 소음 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 소음 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 사운드 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 사운드 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 소리 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 소리 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 소리 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 소리 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 소음 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 소음 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 사운드 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 사운드 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 소리 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 소리 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 소리 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 소리 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 소음 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 소음 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 사운드 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 사운드 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 소리 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 소리 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 소리 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 소리 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 소음 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 소음 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 사운드 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 사운드 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 소리 감지 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 소리 감지 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 소리 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 소리 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 소음 센서 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 소음 센서가 {state}됐어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 사운드 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 사운드 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 소리 감지 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 소리 감지 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 소리 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 소리 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 소음 센서 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 소음 센서가 {state}됐어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}한 기기가 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}한 기기가 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 기기가 {state}해", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 기기가 {state}해", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 기기가 {state}해", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 기기가 {state}해", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {state}된게 있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}된게 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {device_class}가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {device_class}이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{device_class}가 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{device_class}이 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 {device_class}가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 {device_class}이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 {device_class}가 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 {device_class}이 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 {device_class}가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어디 {device_class}이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 {device_class}가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 {device_class}이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 {device_class}가 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 {device_class}이 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 {device_class}가 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 {device_class}이 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 {device_class}가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 {device_class}이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 {device_class}가 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 {device_class}이 {state}있어", "slots": [{"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} <what_is>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": [{"keyword": "what_is", "values": ["무엇인가요", "뭐야"]}]}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 말해줘", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 상태 <what_is>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": [{"keyword": "what_is", "values": ["무엇인가요", "뭐야"]}]}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 상태 말해줘", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 상태 알려줘", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 상태 알아", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 상태 어때", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 알려줘", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 알아", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 어때", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 상태", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 상태는", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 상태는 <what_is>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": [{"keyword": "what_is", "values": ["무엇인가요", "뭐야"]}]}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}는 <what_is>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": [{"keyword": "what_is", "values": ["무엇인가요", "뭐야"]}]}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}는 말해줘", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}는 알려줘", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}는 알아", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}는 어때", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}은 <what_is>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": [{"keyword": "what_is", "values": ["무엇인가요", "뭐야"]}]}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}은 말해줘", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}은 알려줘", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}은 알아", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name}은 어때", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{name} 상태가 {state}있어", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {domain}가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {domain}이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{domain}가 {state}있어", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{domain}이 {state}있어", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {domain}가 {state}있는지 말해줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {domain}가 {state}있는지 알려줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {domain}가 {state}있는지 알아", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {domain}이 {state}있는지 말해줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {domain}이 {state}있는지 알려줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 {domain}이 {state}있는지 알아", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{domain}가 {state}있는지 말해줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{domain}가 {state}있는지 알려줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{domain}가 {state}있는지 알아", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{domain}이 {state}있는지 말해줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{domain}이 {state}있는지 알려줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{domain}이 {state}있는지 알아", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 {domain}가 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 모든 {domain}이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 {domain}가 {state}있어", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 {domain}이 {state}있어", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 무슨 {domain}가 {state}있는지 말해줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 무슨 {domain}가 {state}있는지 알려줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 무슨 {domain}가 {state}있는지 알아", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 무슨 {domain}이 {state}있는지 말해줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 무슨 {domain}이 {state}있는지 알려줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 무슨 {domain}이 {state}있는지 알아", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 {domain}가 {state}있는지 말해줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 {domain}가 {state}있는지 알려줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 {domain}가 {state}있는지 알아", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 {domain}이 {state}있는지 말해줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 {domain}이 {state}있는지 알려줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 어떤 {domain}이 {state}있는지 알아", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "무슨 {domain}가 {state}있는지 말해줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "무슨 {domain}가 {state}있는지 알려줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "무슨 {domain}가 {state}있는지 알아", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "무슨 {domain}이 {state}있는지 말해줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "무슨 {domain}이 {state}있는지 알려줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "무슨 {domain}이 {state}있는지 알아", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 {domain}가 {state}있는지 말해줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 {domain}가 {state}있는지 알려줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 {domain}가 {state}있는지 알아", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 {domain}이 {state}있는지 말해줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 {domain}이 {state}있는지 알려줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 {domain}이 {state}있는지 알아", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 {domain}가 {state}있는지 말해줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 {domain}가 {state}있는지 알려줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 {domain}가 {state}있는지 알아", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 {domain}이 {state}있는지 말해줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 {domain}이 {state}있는지 알려줘", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area}에 얼마나 많은 {domain}이 {state}있는지 알아", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 {domain}가 {state}있는지 말해줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 {domain}가 {state}있는지 알려줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 {domain}가 {state}있는지 알아", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 {domain}이 {state}있는지 말해줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 {domain}이 {state}있는지 알려줘", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 {domain}이 {state}있는지 알아", "slots": [{"name": "domain", "examples": ["light", "fan", "switch", "cover", "climate", "media_player", "sensor", "binary_sensor", "lock", "vacuum", "timer", "input_boolean", "scene", "script", "automation", "weather", "camera", "humidifier", "water_heater"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{state}있는 문이 있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "{area} 모든 문 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "모든 문 {state}있어", "slots": [{"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어디 {area} 문이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "어떤 {area} 문이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_get_state", "domain": "homeassistant", "template": "얼마나 많은 {area} 문이 {state}있어", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "state", "examples": ["켜짐", "꺼짐", "열림", "닫힘", "잠김", "잠금해제"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} %", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} % <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} %로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} %로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 퍼센트", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 퍼센트 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 퍼센트로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 퍼센트로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 프로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 프로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 프로로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness} 프로로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}%", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}% <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}%로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}%로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}퍼센트", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}퍼센트 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}퍼센트로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}퍼센트로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}프로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}프로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}프로로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 밝기 {brightness}프로로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} %", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} % <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} %로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} %로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 퍼센트", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 퍼센트 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 퍼센트로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 퍼센트로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 프로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 프로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 프로로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness} 프로로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}%", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}% <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}%로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}%로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}퍼센트", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}퍼센트 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}퍼센트로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}퍼센트로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}프로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}프로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}프로로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 밝기 {brightness}프로로 <numeric_value_set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness} %로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness} %로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness} 로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness} 로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness} 퍼센트로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness} 퍼센트로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness} 프로로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness} 프로로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness}%로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness}%로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness}로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness}퍼센트로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness}퍼센트로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness}프로로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness}프로로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness} %로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness} %로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness} 로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness} 로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness} 퍼센트로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness} 퍼센트로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness} 프로로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness} 프로로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness}%로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness}%로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness}로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness}퍼센트로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness}퍼센트로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness}프로로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness}프로로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness} % 밝기로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness} % 밝기로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness} 밝기로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness} 밝기로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness} 퍼센트 밝기로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness} 퍼센트 밝기로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness} 프로 밝기로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness} 프로 밝기로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness}% 밝기로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness}% 밝기로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness}퍼센트 밝기로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness}퍼센트 밝기로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness}프로 밝기로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}을 {brightness}프로 밝기로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 the {brightness}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 the {brightness} <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 the {brightness}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 the {brightness}로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기를 {brightness} <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 the {brightness}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 the {brightness} <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 the {brightness}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 the {brightness}로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area}의 밝기를 {brightness} <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기 {brightness}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기 {brightness} <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기 {brightness}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 밝기 {brightness}로 <numeric_value_set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "brightness", "examples": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]}], "expansions": [{"keyword": "numeric_value_set", "values": ["감소", "내려", "변경", "설정", "올려", "증가"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 색상 {color}", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 색상 {color} <set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 색상 {color}로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 색상 {color}로 <set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 색상 {color}으로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name} 색상 {color}으로 <set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 {color}", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 {color} <set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 {color}로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 {color}로 <set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 {color}으로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 {color}으로 <set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 색상 {color}", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 색상 {color} <set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 색상 {color}로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 색상 {color}로 <set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 색상 {color}으로", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{name}의 색상 {color}으로 <set>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 색상 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 색상 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 색상 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 색상 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 색상 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 의 색상 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 색상 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 색상 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 색상 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 색상 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 색상 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 의 색상 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 색상 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 색상 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 색상 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 색상 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 색상 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명의 색상 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 색상 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 색상 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 색상 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 색상 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 색상 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 모든 조명 색상 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 색상 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 색상 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 색상 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 색상 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 색상 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "{area} 색상 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 색상 {color}", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 색상 {color} <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 색상 {color}로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 색상 {color}로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 색상 {color}으로", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": []}
{"intent_id": "homeassistant:hass_light_set", "domain": "homeassistant", "template": "모든 {area} 조명 색상 {color}으로 <set>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "color", "examples": ["흰색", "검은색", "빨간색", "주황색", "노란색", "초록색", "파란색", "보라색", "갈색", "분홍색", "청록색"]}], "expansions": [{"keyword": "set", "values": ["맞춰", "변경", "설정"]}]}
{"intent_id": "homeassistant:hass_shopping_list_add_item", "domain": "homeassistant", "template": "<my_list>에 {item} (추가해|추가해줘)", "slots": [{"name": "item", "examples": []}], "expansions": [{"keyword": "my_list", "values": ["내 리스트", "내 쇼핑 리스트", "리스트", "쇼핑 리스트"]}]}
{"intent_id": "homeassistant:hass_shopping_list_add_item", "domain": "homeassistant", "template": "<my_list>에 {item} (담아|담아줘)", "slots": [{"name": "item", "examples": []}], "expansions": [{"keyword": "my_list", "values": ["내 리스트", "내 쇼핑 리스트", "리스트", "쇼핑 리스트"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{name} <close>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": [{"keyword": "close", "values": ["내려", "내려줘", "내리기", "닫기", "닫아", "닫아줘", "쳐", "쳐줘"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "차고문 <close>", "slots": [], "expansions": [{"keyword": "close", "values": ["내려", "내려줘", "내리기", "닫기", "닫아", "닫아줘", "쳐", "쳐줘"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area}에 {device_class} <close>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}], "expansions": [{"keyword": "close", "values": ["내려", "내려줘", "내리기", "닫기", "닫아", "닫아줘", "쳐", "쳐줘"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area}에 [모든] 팬 <turn> 꺼[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area} 팬 <turn> 꺼[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "[모든] {area} 팬 [<turn>] 꺼[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area}에 [모든] 팬 [<turn>] 꺼[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area}에 [모든] 팬 종료", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "[모든] {area} 팬 종료", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area} [모든] 팬 꺼[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{name} (닫아|닫아줘)", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area}[에|의] [모든] <light> <turn> 꺼[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}, {"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area} [모든] <light> <turn> 꺼[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}, {"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "[모든] {area} <light> [<turn>] 꺼[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}, {"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area}에 있는 [모든] <light> [<turn>] 꺼[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}, {"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area}에 있는 [모든] <light> 종료", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "[모든] {area} <light> 종료", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}]}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{name} 잠금 해제", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "{area}[의] [모든] [잠금장치|자물쇠|문] 잠금 해제", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_off", "domain": "homeassistant", "template": "[모든] {area} [잠금장치|자물쇠|문] 잠금 해제", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{name} <open>", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": [{"keyword": "open", "values": ["걷기", "걷어", "걷어줘", "열기", "열어", "열어줘", "올려", "올려줘", "올리기"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "차고문 <open>", "slots": [], "expansions": [{"keyword": "open", "values": ["걷기", "걷어", "걷어줘", "열기", "열어", "열어줘", "올려", "올려줘", "올리기"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area}에 {device_class} <open>", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}, {"name": "device_class", "examples": ["awning", "blind", "curtain", "door", "garage", "gate", "shade", "shutter", "window", "battery", "carbon_monoxide", "cold", "connectivity", "gas", "heat", "light", "lock", "moisture", "motion", "occupancy"]}], "expansions": [{"keyword": "open", "values": ["걷기", "걷어", "걷어줘", "열기", "열어", "열어줘", "올려", "올려줘", "올리기"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area}에 [모든] 팬 <turn> 켜[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area} 팬 <turn> 켜[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "[모든] {area} 팬 [<turn>] 켜[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area}에 [모든] 팬 [<turn>] 켜[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area}에 [모든] 팬 작동", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "[모든] {area} 팬 작동", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area} [모든] 팬 켜[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{name} (열어|열어줘)", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area}[에|의] [모든] <light> <turn> 켜[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}, {"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area} [모든] <light> <turn> 켜[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}, {"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "[모든] {area} <light> [<turn>] 켜[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}, {"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area}에 있는 [모든] <light> [<turn>] 켜[줘|줄래]", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}, {"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area}에 있는 [모든] <light> 작동", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "[모든] {area} <light> 작동", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": [{"keyword": "light", "values": ["등", "불", "전등", "조명"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{name} 잠가", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{area}[의] [모든] [잠금장치|자물쇠|문] 잠가", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "[모든] {area} [잠금장치|자물쇠|문] 잠가", "slots": [{"name": "area", "examples": ["부엌", "거실", "침실", "욕실", "사무실", "차고", "복도", "지하실", "식당", "정원", "테라스", "세탁실"]}], "expansions": []}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{name} [장면|모드] [활성화|<turn>] [켜|작동|켜줘|켜줄래]", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
{"intent_id": "homeassistant:hass_turn_on", "domain": "homeassistant", "template": "{name} [스크립트] [실행|시작|<turn>] [켜|작동|켜줘|켜줄래]", "slots": [{"name": "name", "examples": ["kitchen light", "living room light", "bedroom light", "ceiling fan", "thermostat", "tv", "speaker", "front door", "garage door", "vacuum"]}], "expansions": [{"keyword": "turn", "values": ["스위치", "전원"]}]}
|