diff --git a/homeassistant/components/duco/strings.json b/homeassistant/components/duco/strings.json index f951a5a99b4b56..b1680b18aa5b04 100644 --- a/homeassistant/components/duco/strings.json +++ b/homeassistant/components/duco/strings.json @@ -59,7 +59,7 @@ "name": "Target flow level" }, "time_state_end": { - "name": "Mode end time" + "name": "State end time" }, "ventilation_state": { "name": "Ventilation state", diff --git a/tests/components/duco/snapshots/test_sensor.ambr b/tests/components/duco/snapshots/test_sensor.ambr index 9ef44a2c59d9b4..c067697ef28b3d 100644 --- a/tests/components/duco/snapshots/test_sensor.ambr +++ b/tests/components/duco/snapshots/test_sensor.ambr @@ -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, @@ -449,7 +449,7 @@ '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, @@ -457,12 +457,12 @@ 'labels': set({ }), 'name': None, - 'object_id_base': 'Mode end time', + 'object_id_base': 'State end time', 'options': dict({ }), 'original_device_class': , 'original_icon': None, - 'original_name': 'Mode end time', + 'original_name': 'State end time', 'platform': 'duco', 'previous_unique_id': None, 'suggested_object_id': None, @@ -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': , - 'entity_id': 'sensor.living_mode_end_time', + 'entity_id': 'sensor.living_state_end_time', 'last_changed': , 'last_reported': , 'last_updated': ,