Update Version

SkillDev tools

Bump the HAEO version consistently across pyproject.toml, manifest.json, and uv.lock. Use when asked to set, bump, or release a version, or when the version consistency gate fails.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Update Version skill

What this skill tells your AI

The instructions your AI receives, as published by hass-energy/haeo in .agents/skills/update-version/SKILL.md and read by ahel’s review.

Update the project version number to $VERSION.

If $VERSION starts with v, use the version without the leading v in project files.

  1. Update pyproject.toml:

    version = "$VERSION"
    
  2. Update custom_components/haeo/manifest.json:

    {
      "version": "$VERSION"
    }
    
  3. Run uv lock to regenerate the lockfile with the new version.

Signals

GitHub stars
65
Forks
21
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
update-version
Source
github.com/hass-energy/haeo