diff --git a/homeassistant/components/starlink/sensor.py b/homeassistant/components/starlink/sensor.py index afd80a823a9..f1f0772c3cb 100644 --- a/homeassistant/components/starlink/sensor.py +++ b/homeassistant/components/starlink/sensor.py @@ -147,7 +147,7 @@ SENSORS: tuple[StarlinkSensorEntityDescription, ...] = ( ), StarlinkSensorEntityDescription( key="last_boot_time", - translation_key="last_boot_time", + translation_key="last_restart", device_class=SensorDeviceClass.TIMESTAMP, entity_category=EntityCategory.DIAGNOSTIC, value_fn=lambda data: ( diff --git a/homeassistant/components/starlink/strings.json b/homeassistant/components/starlink/strings.json index 7298a74077d..2c417d23140 100644 --- a/homeassistant/components/starlink/strings.json +++ b/homeassistant/components/starlink/strings.json @@ -62,8 +62,8 @@ "elevation": { "name": "[%key:common::config_flow::data::elevation%]" }, - "last_boot_time": { - "name": "Last boot time" + "last_restart": { + "name": "Last restart" }, "ping": { "name": "Ping"