mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Update radiotherm to 1.4.1 (#15910)
This commit is contained in:
committed by
Daniel Høyer Iversen
parent
1911168855
commit
b370b6a4e4
@@ -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
|
||||
|
Reference in New Issue
Block a user