Skip to content

Commit cc57732

Browse files
authored
Rename Starlink Last boot time to Last restart (home-assistant#155596)
1 parent 6011df8 commit cc57732

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

homeassistant/components/starlink/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async def async_added_to_hass(self) -> None:
147147
),
148148
StarlinkSensorEntityDescription(
149149
key="last_boot_time",
150-
translation_key="last_boot_time",
150+
translation_key="last_restart",
151151
device_class=SensorDeviceClass.TIMESTAMP,
152152
entity_category=EntityCategory.DIAGNOSTIC,
153153
value_fn=lambda data: (

homeassistant/components/starlink/strings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"elevation": {
6363
"name": "[%key:common::config_flow::data::elevation%]"
6464
},
65-
"last_boot_time": {
66-
"name": "Last boot time"
65+
"last_restart": {
66+
"name": "Last restart"
6767
},
6868
"ping": {
6969
"name": "Ping"

0 commit comments

Comments
 (0)