mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-25 04:46:25 +00:00
* Fix type annotations in AddonModel Correct return type annotations for three properties in AddonModel that were inconsistent with their actual return values: - panel_admin: str -> bool - with_tmpfs: str | None -> bool - homeassistant_version: str | None -> AwesomeVersion | None Based on the add-on schema _SCHEMA_ADDON_CONFIG in supervisor/addons/validate.py. Found while enabling typeguard for local testing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix docstrings --------- Co-authored-by: Claude <noreply@anthropic.com>