mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Use version 1.3 of radiotherm (#8164)
Add an optional extended description…
This commit is contained in:
parent
fe93b51017
commit
bef22076ea
@ -15,7 +15,7 @@ from homeassistant.components.climate import (
|
|||||||
from homeassistant.const import CONF_HOST, TEMP_FAHRENHEIT, ATTR_TEMPERATURE
|
from homeassistant.const import CONF_HOST, TEMP_FAHRENHEIT, ATTR_TEMPERATURE
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['radiotherm==1.2']
|
REQUIREMENTS = ['radiotherm==1.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -769,7 +769,7 @@ qnapstats==0.2.4
|
|||||||
rachiopy==0.1.2
|
rachiopy==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.climate.radiotherm
|
# homeassistant.components.climate.radiotherm
|
||||||
radiotherm==1.2
|
radiotherm==1.3
|
||||||
|
|
||||||
# homeassistant.components.raspihats
|
# homeassistant.components.raspihats
|
||||||
# raspihats==2.2.1
|
# raspihats==2.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user