Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pterodactyl integration #141197

Merged
merged 17 commits into from
Mar 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions homeassistant/components/pterodactyl/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"data_description": {
"host": "The hostname or IP address of your Pterodactyl server (including the port).",
"api_key": "The client API key for accessing your Pterodactyl server."
"host": "The IP address or hostname of your Pterodactyl server, starting with either 'http://' or 'https://', optionally including the port at the end.",
"api_key": "The client (account) API key for accessing your Pterodactyl server."
}
}
},
Expand Down
Loading