Use version 1.3 of radiotherm (#8164)
Add an optional extended description…
This commit is contained in:
parent
fe93b51017
commit
bef22076ea
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.components.climate import (
|
|||
from homeassistant.const import CONF_HOST, TEMP_FAHRENHEIT, ATTR_TEMPERATURE
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['radiotherm==1.2']
|
||||
REQUIREMENTS = ['radiotherm==1.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -769,7 +769,7 @@ qnapstats==0.2.4
|
|||
rachiopy==0.1.2
|
||||
|
||||
# homeassistant.components.climate.radiotherm
|
||||
radiotherm==1.2
|
||||
radiotherm==1.3
|
||||
|
||||
# homeassistant.components.raspihats
|
||||
# raspihats==2.2.1
|
||||
|
|
Loading…
Add table
Reference in a new issue