mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 23:24:11 +01:00
* Use netdisco to automatically discover harmony hubs. * Allow some settings in configuration.yml to override even on discovered hubs. * Global is not required as no assignment on variable * Use `set` instead of list for perf * Store cache of discovered devices against `hass.data` rather than in global * Handle case if the device cache is empty * Fix indentation issue