mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Rename Starlink Last boot time to Last restart (#155596)
This commit is contained in:
@@ -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: (
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user