Hive Component Release Two (#11053)
* Add boost functionality to climate devices * Update boost target temperature rounding * Update with Colour Bulb Support * colour bulb fix * Requirements Update and colorsys import * Add RGB Attribute - ATTR_RGB_COLOR * Hive release-2 * add boost support for hive climate platform * Colour Bulb - Varible update * Boost - Tox error * Convert colour to color * Correct over indentation * update version to 0.2.9 pyhiveapi * Updated pyhiveapi to version 2.10 and altertered turn_n on fuction to 1 call * Update climate doc string * Update to is_aux_heat_on * update to is_aux_heat_on
This commit is contained in:
parent
8742ce035a
commit
05258ea4bf
4 changed files with 69 additions and 15 deletions
|
@ -12,7 +12,7 @@ from homeassistant.const import (CONF_PASSWORD, CONF_SCAN_INTERVAL,
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.discovery import load_platform
|
||||
|
||||
REQUIREMENTS = ['pyhiveapi==0.2.5']
|
||||
REQUIREMENTS = ['pyhiveapi==0.2.10']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
DOMAIN = 'hive'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue