mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 17:15:40 +01:00
* Update requirements Updated requirements * Add attributes Add firmware and config version attributes * Small bump for aioharmony Small version bump increase for aioharmony * Fix requirements file For some reason aioharmony ended up in there as a duplicate. Fixed it. * Fix for send command with named device * Update requirements to get reconnect fix * Set aioharmony version to 0.1.4 Version 0.1.4 has additional small fixes. * Keep trying to connect on startup Keep trying to connect to the HUB on startup * Revert rebase changes Revert some changes that should have been reverted back as part of rebase. * PlatformNotReady if unable to connect on startup Will call PlatformNotReady if unable to connect to Hub on startup * Increase aioharmony requirement to 0.1.5 Increase aioharmony requirement to 0.1.5 * Register callbacks when entity added to HASS Register the callbacks only once the entity has been added to HASS instead of during setup of platform. * Removed debug log in __init__ Removed debug log in __init__