Skip to content

v2026.07.5

Choose a tag to compare

@danielpetrovic danielpetrovic released this 12 Jul 21:38

What's Changed

First release since this bridge was split out from the private home-assistant-config monorepo into its own standalone, public repo (full history preserved). The main functional change: components/iohc is no longer a local dependency you need to copy - it's fetched automatically via git at compile time.

Changes

  • Changed: components/iohc now sourced via external_components: type: git (github://danielpetrovic/somfy-io-bridge) instead of a local type: local path - no more manual copying of the components folder into your own esphome/ directory, ESPHome fetches it straight from this repo at compile time
  • Changed: Setup instructions and Files section updated to match - step 2 now only asks for the two YAML files
  • Added: comparison table (README) extended to cover laberning/home_io_control alongside rspaargaren/iohomecontrol, including a dedicated note on 2W bonding status
  • Fixed: the in-YAML project: version: field, which had drifted stale across the last two releases (dashboard/HA device info was showing an outdated version number) - now correctly tracks the actual release

Upgrade Notes

  • Reflash somfy-io-bridge.yaml to pick up the git-source change - if you have a local components/iohc/ folder from before, you can safely delete it, it's no longer read
  • No other config changes required