mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add sensor platform to Pterodactyl docs (#38193)
This commit is contained in:
commit
9299023fc9
@ -4,6 +4,7 @@ description: Instructions on how to integrate a Pterodactyl server into Home Ass
|
|||||||
ha_release: 2025.4
|
ha_release: 2025.4
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary sensor
|
- Binary sensor
|
||||||
|
- Sensor
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
@ -11,6 +12,7 @@ ha_codeowners:
|
|||||||
ha_domain: pterodactyl
|
ha_domain: pterodactyl
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
ha_quality_scale: bronze
|
ha_quality_scale: bronze
|
||||||
---
|
---
|
||||||
@ -51,6 +53,23 @@ This integration provides a binary sensor with the following information for eac
|
|||||||
|
|
||||||
- Status: `Running` or `Not running`
|
- Status: `Running` or `Not running`
|
||||||
|
|
||||||
|
## Sensors
|
||||||
|
|
||||||
|
This integration provides sensors with the following information for each game server of your Pterodactyl server:
|
||||||
|
|
||||||
|
- CPU utilization
|
||||||
|
- Memory usage
|
||||||
|
- Disk usage
|
||||||
|
- Uptime
|
||||||
|
|
||||||
|
The following sensors are provided as well, but disabled by default:
|
||||||
|
|
||||||
|
- CPU limit
|
||||||
|
- Memory limit
|
||||||
|
- Disk limit
|
||||||
|
- Network inbound
|
||||||
|
- Network outbound
|
||||||
|
|
||||||
## Removing the integration
|
## Removing the integration
|
||||||
|
|
||||||
This integration follows standard integration removal. No extra steps are required.
|
This integration follows standard integration removal. No extra steps are required.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user