{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Asynchronous Python client library for communicating with Home Assistant Supervisor via its REST API, designed for use within Home Assistant integrations and add-ons.","skillfed_tags":["home-assistant","async-http-client","supervisor-api"],"use_cases":["Query Supervisor state and system information from within a Home Assistant add-on or integration.","Trigger Supervisor actions from Home Assistant automation or custom integrations.","Build add-ons that need to communicate bidirectionally with the Supervisor daemon.","Replace raw HTTP calls to Supervisor endpoints with a typed, async Python interface in Home Assistant components."],"what_it_does":"aiohasupervisor is an async Python client for the Home Assistant Supervisor REST API. It wraps HTTP communication with Supervisor into a Python interface, currently used in Home Assistant's official Supervisor integration. The library relies on aiohttp for async HTTP, mashumaro and orjson for serialization, and expects authentication via the SUPERVISOR_TOKEN environment variable\u2014a design that limits its use to Home Assistant add-ons and environments where Supervisor automatically sets that token.\n\nThe library is purpose-built for Home Assistant's internal ecosystem rather than general-purpose Supervisor access. Add-ons and integrations that need to query Supervisor state or trigger actions can use it instead of making raw HTTP calls, but there is currently no way to obtain a long-lived access token for Supervisor outside the add-on context, so external applications cannot easily adopt it.","worth_installing":"Yes, if you are developing a Home Assistant add-on or integration that needs to interact with Supervisor. The library is actively maintained, has no known vulnerabilities, and low install friction. No, if you need to access Supervisor from outside the Home Assistant ecosystem\u2014the token-based authentication model and lack of external token generation make it unsuitable for that use case."},"id":"aiohasupervisor","links":{"html":"https://skillfed.io/packages/aiohasupervisor","md":"https://skillfed.io/packages/aiohasupervisor.md","pypi":"https://pypi.org/project/aiohasupervisor/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-20","license_spdx":null,"license_treatment":"permissive","name":"aiohasupervisor","python_support":"supports_current","summary":"Asynchronous python client for Home Assistant Supervisor."},"popularity":{"monthly_downloads":577450,"position":5924,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.0"}
