mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
* Add Pterodactyl integration * Remove translation for unavailable platform sensor, use constant for host * Improve data descriptions * Replace index based handling of data (list) with dict[str, PterodactylData] * Replace CONF_HOST with CONF_URL * Parse URL with YARL * Set proper availability in binary sensor * Remove storage of data within api.py * Fix some review findings * Use better unique ID for binary_sensor * Fix more review findings * Fix remaining review findings * Add wrapper for server and util API, use underscore in unique ID * Reuse result in config flow tests * Patch async_setup_entry in config_flow tests * Move patching of library APIs to the fixture mock_pterodactyl
11 lines
287 B
JSON
11 lines
287 B
JSON
{
|
|
"domain": "pterodactyl",
|
|
"name": "Pterodactyl",
|
|
"codeowners": ["@elmurato"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/pterodactyl",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["py-dactyl==2.0.4"]
|
|
}
|