mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Update Starlink documentation for new binary_sensor platform (#25637)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
45399f2672
commit
e60c392267
@ -3,6 +3,8 @@ title: Starlink
|
|||||||
description: Instructions on how to integrate Starlink into Home Assistant.
|
description: Instructions on how to integrate Starlink into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Binary Sensor
|
||||||
|
- Network
|
||||||
ha_release: 2023.2
|
ha_release: 2023.2
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -11,6 +13,7 @@ ha_codeowners:
|
|||||||
ha_domain: starlink
|
ha_domain: starlink
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- sensor
|
- sensor
|
||||||
|
- binary_sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -22,11 +25,20 @@ The Starlink integration allows you to integrate your [Starlink](https://www.sta
|
|||||||
|
|
||||||
### Sensor
|
### Sensor
|
||||||
|
|
||||||
The following sensors are added for each Starlink system:
|
|
||||||
|
|
||||||
- Ping - The ping that Starlink has measured, in ms
|
- Ping - The ping that Starlink has measured, in ms
|
||||||
- Azimuth - The direction Dishy is facing in degrees
|
- Azimuth - The direction Dishy is facing in degrees
|
||||||
- Elevation - Dishy's current elevation in degrees
|
- Elevation - Dishy's current elevation in degrees
|
||||||
- Uplink throughput - The amount of data being uploaded through Starlink in Mbit/s
|
- Uplink throughput - The amount of data being uploaded through Starlink in Mbit/s
|
||||||
- Downlink throughput - The amount of data being downloaded through Starlink in Mbit/s
|
- Downlink throughput - The amount of data being downloaded through Starlink in Mbit/s
|
||||||
- Last boot time - The time Starlink was last turned on
|
- Last boot time - The time Starlink was last turned on
|
||||||
|
|
||||||
|
### Binary Sensor
|
||||||
|
|
||||||
|
- Obstructed - Whether Dishy is currently obstructed
|
||||||
|
- Roaming - Whether Starlink is "roaming". Roaming is an optional upgrade that allows you to use your Starlink outside of your home address. It is also known as "portability"
|
||||||
|
- Heating - Whether Dishy is currently heating. This may be due to cold temperatures, or an attempt to thaw snow and ice
|
||||||
|
- Idle - Whether Starlink is in an "idle" state to save power
|
||||||
|
- Mast near vertical - Whether Dishy is mounted straight
|
||||||
|
- Motors stuck - Whether Dishy is unable to move
|
||||||
|
- Thermal throttle - Whether Starlink has reduced performance to avoid overheating
|
||||||
|
- Unexpected location - Whether Starlink has detected operation outside of its designated area
|
||||||
|
Loading…
x
Reference in New Issue
Block a user