Home Assistant OS Add-on Deployment
Home Assistant OS or HA Supervised users can install SkyView with one click as an Add-on. SkyView provides two add-ons: yunkan (generic CPU version) and yunkan-openvino (Intel iGPU accelerated version).
1. Scope
amd64 architecture only
| Add-on | Suitable hardware | Inference speed |
|---|---|---|
| yunkan | Any amd64 HA OS host | CPU only |
| yunkan-openvino | Intel CPU + iGPU (11th-gen+ Iris Xe / N100 / N305) | iGPU accelerated, recommended |
Install only one
2. Add the SkyView repository
Recommended: one-click redirect. Open this page on a device that can reach HA and click the badge below; my.home-assistant.io automatically finds your HA and prefills the repository URL — just confirm.
The first click asks for your HA address (e.g. http://homeassistant.local:8123) and remembers it afterward. If the redirect fails or you don't have the My Home Assistant integration installed, use the manual method below.
Manual method:
- 1
Open the Add-on Store
HA web → Settings → Add-ons → Add-on Store
- 2
Add a custom repository
Top-right three-dot menu → Repositories → paste the URL below → Add
- 3
Paste this URL
The full address below, copy and paste it directly:
https://github.com/mrtian2016/yunkan-hassio-addonsAfter adding it, the page refreshes and a "Yunkan" section appears at the bottom of the Add-on Store with two cards, yunkan and yunkan-openvino.
3. Install and start
- 1
Pick a variant
Click
yunkan-openvinoon Intel machines,yunkanotherwise - 2
Install
The "Install" button at the bottom right; wait for the download to finish (image ~700MB, a few minutes the first time)
- 3
Configure (optional)
"Configuration" tab: the defaults work; adjust here only for special needs (custom ports, time zone)
- 4
Start
"Info" tab → "Start" button
- 5
Enable Start on boot + Watchdog
Turn on both toggles below: "Start on boot" + "Watchdog"; ensures the add-on is brought back automatically if the HA host reboots or the add-on crashes
- 6
Open the web UI
A "SkyView" entry appears in the sidebar (or visit
http://<HA host IP>:23406/) to enter the Setup wizard
4. Data persistence
Add-on data goes automatically to HA's /share/yunkan/ directory (recordings, database, models, and 115 cookies all live here). This directory:
- Is included in HA OS backups — a full backup via Supervisor → Backups includes
/share/, so SkyView data comes along - Is accessible over external SMB — HA's default Samba add-on maps
/share/, so you can browse recording files from a PC/NAS - Survives upgrades — an add-on upgrade only swaps the image; persistent data in /share is kept
5. Upgrading
The YunKan add-on follows the standard HA add-on update flow: HA notifies you when a new version is available (bottom-right toast + Settings → Add-ons → this add-on → yellow banner on top); just click "Update". The YunKan web console detects the add-on environment automatically and shows matching upgrade guidance — no extra upgrade component needs to be installed.
6. FAQ
My HA runs on a Raspberry Pi — what do I do?
iGPU acceleration not working (yunkan-openvino variant)
devices: [/dev/dri:/dev/dri:rwm], so passthrough should be automatic. Common failure causes: the host has no iGPU (check HA Supervisor → Host system → whether the CPU is Intel), or the HA OS kernel doesn't support the machine's iGPU. Falling back to the yunkan (CPU) variant still works.Don't install over the top when switching variants