We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6011df8 commit cc57732Copy full SHA for cc57732
homeassistant/components/starlink/sensor.py
@@ -147,7 +147,7 @@ async def async_added_to_hass(self) -> None:
147
),
148
StarlinkSensorEntityDescription(
149
key="last_boot_time",
150
- translation_key="last_boot_time",
+ translation_key="last_restart",
151
device_class=SensorDeviceClass.TIMESTAMP,
152
entity_category=EntityCategory.DIAGNOSTIC,
153
value_fn=lambda data: (
homeassistant/components/starlink/strings.json
@@ -62,8 +62,8 @@
62
"elevation": {
63
"name": "[%key:common::config_flow::data::elevation%]"
64
},
65
- "last_boot_time": {
66
- "name": "Last boot time"
+ "last_restart": {
+ "name": "Last restart"
67
68
"ping": {
69
"name": "Ping"
0 commit comments