⚠️ Breaking change — read before updating
If you are on 1.x and your setup works, stay on 1.2.6 until you can migrate manually.
Version 2.0.0 renames the integration domain from homey to homey_hass (display name remains Homey). This is required for HACS default catalog approval.
What changed
- Domain:
homey→homey_hass - Folder:
custom_components/homey/→custom_components/homey_hass/ - Services:
homey.*→homey_hass.*
Migration (1.x users)
- Back up Home Assistant
- Delete the old Homey config entry
- Update to 2.0.0
- Remove
custom_components/homey/ - Restart and add Homey again
- Update automations to use
homey_hass.*services
Also in this release
- Dyson fan support:
oscillate,less_air,more_air - Temperature unit overrides and fixes from 1.2.6
Full details: CHANGELOG.md | README migration guide