diff --git a/README.md b/README.md index a2f0ff9..a6ab260 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A Home Assistant custom integration that exposes Emby media server clients as me 4. Enter your Emby server details: - **Host**: Your Emby server hostname or IP address - **Port**: Emby server port (default: 8096) - - **API Key**: Your Emby API key (found in Dashboard > Expert > Advanced > Security) + - **API Key**: Your Emby API key (found in Dashboard > Extended > API Keys) - **Use SSL**: Enable if your server uses HTTPS 5. Select the Emby user account to use 6. Click **Submit** @@ -51,8 +51,8 @@ A Home Assistant custom integration that exposes Emby media server clients as me ### Getting an API Key 1. Open your Emby Server Dashboard -2. Navigate to **Expert** > **Advanced** > **Security** -3. Click **Add** to create a new API key +2. Navigate to **Extended** > **API Keys** +3. Click **New API Key** (+ button) 4. Give it a name (e.g., "Home Assistant") 5. Copy the generated key diff --git a/custom_components/emby_player/strings.json b/custom_components/emby_player/strings.json index 0b39ec0..8959d67 100644 --- a/custom_components/emby_player/strings.json +++ b/custom_components/emby_player/strings.json @@ -3,7 +3,7 @@ "step": { "user": { "title": "Connect to Emby Server", - "description": "Enter your Emby server connection details. You can find your API key in Emby Server Dashboard > Expert > Advanced > Security.", + "description": "Enter your Emby server connection details. You can find your API key in Emby Server Dashboard > Extended > API Keys.", "data": { "host": "Host", "port": "Port", diff --git a/custom_components/emby_player/translations/en.json b/custom_components/emby_player/translations/en.json index 0b39ec0..8959d67 100644 --- a/custom_components/emby_player/translations/en.json +++ b/custom_components/emby_player/translations/en.json @@ -3,7 +3,7 @@ "step": { "user": { "title": "Connect to Emby Server", - "description": "Enter your Emby server connection details. You can find your API key in Emby Server Dashboard > Expert > Advanced > Security.", + "description": "Enter your Emby server connection details. You can find your API key in Emby Server Dashboard > Extended > API Keys.", "data": { "host": "Host", "port": "Port",