|
654 | 654 | 'state': 'off', |
655 | 655 | }) |
656 | 656 | # --- |
| 657 | +# name: test_platform_setup_and_discovery[climate.itc_308_wifi_thermostat-entry] |
| 658 | + EntityRegistryEntrySnapshot({ |
| 659 | + 'aliases': set({ |
| 660 | + }), |
| 661 | + 'area_id': None, |
| 662 | + 'capabilities': dict({ |
| 663 | + 'hvac_modes': list([ |
| 664 | + ]), |
| 665 | + 'max_temp': 212.0, |
| 666 | + 'min_temp': -40.0, |
| 667 | + 'target_temp_step': 0.5, |
| 668 | + }), |
| 669 | + 'config_entry_id': <ANY>, |
| 670 | + 'config_subentry_id': <ANY>, |
| 671 | + 'device_class': None, |
| 672 | + 'device_id': <ANY>, |
| 673 | + 'disabled_by': None, |
| 674 | + 'domain': 'climate', |
| 675 | + 'entity_category': None, |
| 676 | + 'entity_id': 'climate.itc_308_wifi_thermostat', |
| 677 | + 'has_entity_name': True, |
| 678 | + 'hidden_by': None, |
| 679 | + 'icon': None, |
| 680 | + 'id': <ANY>, |
| 681 | + 'labels': set({ |
| 682 | + }), |
| 683 | + 'name': None, |
| 684 | + 'options': dict({ |
| 685 | + }), |
| 686 | + 'original_device_class': None, |
| 687 | + 'original_icon': None, |
| 688 | + 'original_name': None, |
| 689 | + 'platform': 'tuya', |
| 690 | + 'previous_unique_id': None, |
| 691 | + 'suggested_object_id': None, |
| 692 | + 'supported_features': <ClimateEntityFeature: 1>, |
| 693 | + 'translation_key': None, |
| 694 | + 'unique_id': 'tuya.9Ry4oUpdAYq8Pe0Bkw', |
| 695 | + 'unit_of_measurement': None, |
| 696 | + }) |
| 697 | +# --- |
| 698 | +# name: test_platform_setup_and_discovery[climate.itc_308_wifi_thermostat-state] |
| 699 | + StateSnapshot({ |
| 700 | + 'attributes': ReadOnlyDict({ |
| 701 | + 'current_temperature': 34.0, |
| 702 | + 'friendly_name': 'ITC-308-WIFI Thermostat', |
| 703 | + 'hvac_modes': list([ |
| 704 | + ]), |
| 705 | + 'max_temp': 212.0, |
| 706 | + 'min_temp': -40.0, |
| 707 | + 'supported_features': <ClimateEntityFeature: 1>, |
| 708 | + 'target_temp_step': 0.5, |
| 709 | + 'temperature': 35.0, |
| 710 | + }), |
| 711 | + 'context': <ANY>, |
| 712 | + 'entity_id': 'climate.itc_308_wifi_thermostat', |
| 713 | + 'last_changed': <ANY>, |
| 714 | + 'last_reported': <ANY>, |
| 715 | + 'last_updated': <ANY>, |
| 716 | + 'state': 'off', |
| 717 | + }) |
| 718 | +# --- |
657 | 719 | # name: test_platform_setup_and_discovery[climate.kabinet-entry] |
658 | 720 | EntityRegistryEntrySnapshot({ |
659 | 721 | 'aliases': set({ |
|
1450 | 1512 | 'target_temp_step': 1.0, |
1451 | 1513 | }) |
1452 | 1514 | # --- |
| 1515 | +# name: test_us_customary_system[climate.itc_308_wifi_thermostat] |
| 1516 | + ReadOnlyDict({ |
| 1517 | + 'current_temperature': 93, |
| 1518 | + 'max_temp': 414, |
| 1519 | + 'min_temp': -40, |
| 1520 | + 'target_temp_step': 0.5, |
| 1521 | + 'temperature': 95, |
| 1522 | + }) |
| 1523 | +# --- |
1453 | 1524 | # name: test_us_customary_system[climate.kabinet] |
1454 | 1525 | ReadOnlyDict({ |
1455 | 1526 | 'current_temperature': 67, |
|
0 commit comments