Loading
home-assistant-custom-components.ha_mcp_tools: restrict update script to release versions
Same fix as the previous commit for the standalone ha-mcp package. The upstream repo tags dev builds (v6.6.1.dev211) alongside releases, causing the update bot to open unwanted PRs (e.g. #490375). Add a --version-regex that matches only three-segment release versions.