mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Update radiotherm to 1.4.1 (#15910)
This commit is contained in:
parent
1911168855
commit
b370b6a4e4
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||||||
CONF_HOST, TEMP_FAHRENHEIT, ATTR_TEMPERATURE, PRECISION_HALVES)
|
CONF_HOST, TEMP_FAHRENHEIT, ATTR_TEMPERATURE, PRECISION_HALVES)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['radiotherm==1.3']
|
REQUIREMENTS = ['radiotherm==1.4.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1201,7 +1201,7 @@ qnapstats==0.2.6
|
|||||||
rachiopy==0.1.3
|
rachiopy==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.climate.radiotherm
|
# homeassistant.components.climate.radiotherm
|
||||||
radiotherm==1.3
|
radiotherm==1.4.1
|
||||||
|
|
||||||
# homeassistant.components.raincloud
|
# homeassistant.components.raincloud
|
||||||
raincloudy==0.0.5
|
raincloudy==0.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user