Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/duco/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"name": "Target flow level"
},
"time_state_end": {
"name": "Mode end time"
"name": "State end time"
},
"ventilation_state": {
"name": "Ventilation state",
Expand Down
14 changes: 7 additions & 7 deletions tests/components/duco/snapshots/test_sensor.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
'state': '90',
})
# ---
# name: test_sensor_entities_state[sensor.living_mode_end_time-entry]
# name: test_sensor_entities_state[sensor.living_state_end_time-entry]
EntityRegistryEntrySnapshot({
'aliases': list([
None,
Expand All @@ -449,20 +449,20 @@
'disabled_by': None,
'domain': 'sensor',
'entity_category': None,
'entity_id': 'sensor.living_mode_end_time',
'entity_id': 'sensor.living_state_end_time',
'has_entity_name': True,
'hidden_by': None,
'icon': None,
'id': <ANY>,
'labels': set({
}),
'name': None,
'object_id_base': 'Mode end time',
'object_id_base': 'State end time',
'options': dict({
}),
'original_device_class': <SensorDeviceClass.TIMESTAMP: 'timestamp'>,
'original_icon': None,
'original_name': 'Mode end time',
'original_name': 'State end time',
'platform': 'duco',
'previous_unique_id': None,
'suggested_object_id': None,
Expand All @@ -472,14 +472,14 @@
'unit_of_measurement': None,
})
# ---
# name: test_sensor_entities_state[sensor.living_mode_end_time-state]
# name: test_sensor_entities_state[sensor.living_state_end_time-state]
StateSnapshot({
'attributes': ReadOnlyDict({
'device_class': 'timestamp',
'friendly_name': 'Living Mode end time',
'friendly_name': 'Living State end time',
}),
'context': <ANY>,
'entity_id': 'sensor.living_mode_end_time',
'entity_id': 'sensor.living_state_end_time',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
Expand Down
Loading