diff --git a/README.md b/README.md index 12e7231..0449b89 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ The **Enrollment QR Code** entity generates a fresh enrollment token (valid for To enroll a new Android device using the QR code: 1. **Open the QR code in Home Assistant** — Go to **Settings** → **Devices & Services**, select your **Android Management API** integration, then open the **Enrollment QR Code** image entity. The QR code is generated (or refreshed) when you open the entity; each token is valid for 24 hours. -2. **Prepare the Android device** — Factory reset the device (or start with a device that has not been set up). During the initial setup wizard, choose the option to **Set up as work device** or **Enroll with QR code** (wording may vary by manufacturer and Android version). If you don’t see an enrollment option, **tap the setup screen several times** (e.g. six times on the Welcome screen) to reveal the QR code scanner. +2. **Prepare the Android device** — Factory reset the device (or start with a device that has not been set up). During the initial setup wizard, choose the option to **Set up as work device** or **Enroll with QR code** (wording may vary by manufacturer and Android version). If you don't see an enrollment option, **tap the setup screen several times** (e.g. six times on the Welcome screen) to reveal the QR code scanner. 3. **Scan the QR code** — When prompted, scan the QR code displayed in Home Assistant (e.g. on your computer or phone screen). The device will enroll in your enterprise and apply the policy configured for new enrollments. 4. **Verify** — The new device will appear under your integration after the next coordinator poll (about 60 seconds). You can then assign or adjust its policy via the integration or Options flow. diff --git a/custom_components/android_management_api/brand/icon.png b/custom_components/android_management_api/brand/icon.png new file mode 100644 index 0000000..d18f145 Binary files /dev/null and b/custom_components/android_management_api/brand/icon.png differ diff --git a/custom_components/android_management_api/brand/logo.png b/custom_components/android_management_api/brand/logo.png new file mode 100644 index 0000000..f30bc40 Binary files /dev/null and b/custom_components/android_management_api/brand/logo.png differ diff --git a/custom_components/android_management_api/icons/icon.png b/custom_components/android_management_api/icons/icon.png deleted file mode 100644 index 783a456..0000000 Binary files a/custom_components/android_management_api/icons/icon.png and /dev/null differ diff --git a/custom_components/android_management_api/icons/icon@2x.png b/custom_components/android_management_api/icons/icon@2x.png deleted file mode 100644 index 31eddd9..0000000 Binary files a/custom_components/android_management_api/icons/icon@2x.png and /dev/null differ diff --git a/icon.png b/icon.png deleted file mode 100644 index e8d4bc0..0000000 Binary files a/icon.png and /dev/null differ diff --git a/icon@2x.png b/icon@2x.png deleted file mode 100644 index 7492e15..0000000 Binary files a/icon@2x.png and /dev/null differ diff --git a/wiki/Home.md b/wiki/Home.md index 4babb87..0eba6a4 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -33,7 +33,7 @@ For step-by-step instructions, see **[Initial Setup](Initial-Setup)**. After the integration is set up: - **Policy ID**: Create or choose a policy in the [Android Management API console](https://support.google.com/work/android/answer/6174145) and use its ID in the integration’s Options flow when applying settings. -- **Enrolling a device**: Open the Enrollment QR Code image entity in Settings → Devices & Services, then on the Android device run the setup wizard (tap the Welcome screen several times if you don't see "Enroll with QR code"), and scan the QR code. See [Post-setup Advice](Post-Setup-Advice#enrolling-a-device-with-the-qr-code) for full steps. +- **Enrolling a device**: Open the Enrollment QR Code image entity in Settings → Devices & Services; on the device, run setup and tap the Welcome screen several times if you don't see "Enroll with QR code," then scan the QR code. See [Post-setup Advice](Post-Setup-Advice#enrolling-a-device-with-the-qr-code) for full steps. - **Device list**: The integration polls the API about every 60 seconds; new or removed devices appear after the next update. - **Services**: Use `set_policy`, `set_kiosk_policy`, `create_enrollment_token`, and device-level services (`clear_app_data`, `start_lost_mode`, `stop_lost_mode`, `patch_device`, `wipe`, `add_esim`, `remove_esim`, `request_device_info`, `issue_command`, `reset_password`) from Developer Tools → Services or from automations.