Update starlink.markdown with details of new sensors (#36343)

* Update starlink.markdown with details of new sensors

* Remove 'State' sensor that no longer exists, and separate diagnostics

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Conor Eager 2025-02-05 01:39:52 +13:00 committed by GitHub
parent e99c7a6559
commit c261826d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ The Starlink integration allows you to integrate your [Starlink](https://www.sta
{% include integrations/config_flow.md %}
### Sensor
### Sensors
- Ping - The ping that Starlink has measured, in ms
- Ping drop rate - The percentage of failed ping requests (aka "dropped"). This is the inverse of "Uptime" in the Starlink app.
@ -43,36 +43,40 @@ The Starlink integration allows you to integrate your [Starlink](https://www.sta
- Last boot time - The time Starlink was last turned on
- Upload - Total number of bytes uploaded from the user terminal since reboot
- Download - Total number of bytes downloaded to the user terminal since reboot
- Power - Last measured power [W]
- Energy - Measured energy consumption since reboot [kWh]
- Power - Last measured power, in W
- Energy - Measured energy consumption since reboot, in kWh
### Binary sensor
### Binary sensors
- Connected - Whether Starlink is connected to the Internet
- Update available - Whether there is an update pending install
- Roaming mode - Whether Starlink is "roaming". Roaming is an optional upgrade that allows you to use your Starlink outside of your home address (also known as "portability mode")
#### Diagnostic sensors
- Obstructed - Whether Dishy is currently obstructed
- Roaming mode - 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 mode"
- 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 "sleeping", as per the schedule defined in the Starlink app
- Sleep - Whether Starlink is "sleeping", as per the schedule defined in the Starlink app
- Mast near vertical - Whether Dishy is mounted straight
- Motors stuck - Whether Dishy is unable to move
- Slow ethernet - Whether the Ethernet link is at max (gigabit) speed
- Thermal throttle - Whether Starlink has reduced performance to avoid overheating
- Unexpected location - Whether Starlink has detected operation outside of its designated area
### Button
### Buttons
- Reboot - Reboots your Starlink system
### Switch
### Switches
- Stowed - Controls whether Dishy is stowed
- Sleep schedule - Controls whether Starlink will enter a power-saving sleep mode at a predefined schedule
### Device tracker
### Device trackers
- Device location - Tracks the latitude, longitude, and altitude of Dishy. You need to allow location access on the local network via the Starlink app for this to work. This is disabled by default in the Starlink app and is thus disabled by default in Home Assistant.
### Time
### Times
- Sleep start - The time at which Starlink will enter sleep mode, if "Sleep Schedule" is enabled
- Sleep end - The time at which Starlink will exit sleep mode, if "Sleep Schedule" is enabled