diff --git a/homeassistant/components/fritz/strings.json b/homeassistant/components/fritz/strings.json index 87ee28196ad1..5ff8dd37d332 100644 --- a/homeassistant/components/fritz/strings.json +++ b/homeassistant/components/fritz/strings.json @@ -176,7 +176,7 @@ "name": "Max connection upload throughput" }, "cpu_temperature": { - "name": "CPU Temperature" + "name": "CPU temperature" } } }, diff --git a/tests/components/fritz/snapshots/test_sensor.ambr b/tests/components/fritz/snapshots/test_sensor.ambr index ac437b28d995..ae3bf6d68895 100644 --- a/tests/components/fritz/snapshots/test_sensor.ambr +++ b/tests/components/fritz/snapshots/test_sensor.ambr @@ -855,7 +855,7 @@ }), 'original_device_class': , 'original_icon': None, - 'original_name': 'CPU Temperature', + 'original_name': 'CPU temperature', 'platform': 'fritz', 'previous_unique_id': None, 'suggested_object_id': None, @@ -869,7 +869,7 @@ StateSnapshot({ 'attributes': ReadOnlyDict({ 'device_class': 'temperature', - 'friendly_name': 'Mock Title CPU Temperature', + 'friendly_name': 'Mock Title CPU temperature', 'state_class': , 'unit_of_measurement': , }),