Update radiotherm to 1.4.1 (#15910)
This commit is contained in:
parent
1911168855
commit
b370b6a4e4
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||
CONF_HOST, TEMP_FAHRENHEIT, ATTR_TEMPERATURE, PRECISION_HALVES)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['radiotherm==1.3']
|
||||
REQUIREMENTS = ['radiotherm==1.4.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1201,7 +1201,7 @@ qnapstats==0.2.6
|
|||
rachiopy==0.1.3
|
||||
|
||||
# homeassistant.components.climate.radiotherm
|
||||
radiotherm==1.3
|
||||
radiotherm==1.4.1
|
||||
|
||||
# homeassistant.components.raincloud
|
||||
raincloudy==0.0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue