hass-core/homeassistant/components/starlink/strings.json
Jack Boswell 8a6bde1191
Add Starlink device tracker (#91445)
* Fetch location data and redact in diagnostics

* Implement device tracker

* Fix failing tests

* Update starlink-grpc-core

* Update coveragerc

* Hardcode GPS source type

* Use translations

* Move DEVICE_TRACKERS a little higher in the file

* Separate status and location check try/catches

* Revert "Separate status and location check try/catches"

This reverts commit 7628ec62f6.
2023-08-19 11:36:23 +02:00

81 lines
1.7 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"user": {
"data": {
"ip_address": "[%key:common::config_flow::data::ip%]"
}
}
}
},
"entity": {
"binary_sensor": {
"roaming": {
"name": "Roaming mode"
},
"currently_obstructed": {
"name": "Obstructed"
},
"heating": {
"name": "Heating"
},
"power_save_idle": {
"name": "[%key:common::state::idle%]"
},
"mast_near_vertical": {
"name": "Mast near vertical"
},
"motors_stuck": {
"name": "Motors stuck"
},
"slow_ethernet": {
"name": "Ethernet speeds"
},
"thermal_throttle": {
"name": "Thermal throttle"
},
"unexpected_location": {
"name": "Unexpected location"
}
},
"device_tracker": {
"device_location": {
"name": "Device location"
}
},
"sensor": {
"ping": {
"name": "Ping"
},
"azimuth": {
"name": "Azimuth"
},
"elevation": {
"name": "[%key:common::config_flow::data::elevation%]"
},
"uplink_throughput": {
"name": "Uplink throughput"
},
"downlink_throughput": {
"name": "Downlink throughput"
},
"last_boot_time": {
"name": "Last boot time"
},
"ping_drop_rate": {
"name": "Ping drop rate"
}
},
"switch": {
"stowed": {
"name": "Stowed"
}
}
}
}