Update co2signal==0.4.2 to fix #20805
This commit is contained in:
parent
561ff33641
commit
d1950cd75c
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
CONF_COUNTRY_CODE = "country_code"
|
||||
|
||||
REQUIREMENTS = ['co2signal==0.4.1']
|
||||
REQUIREMENTS = ['co2signal==0.4.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -262,7 +262,7 @@ caldav==0.5.0
|
|||
ciscosparkapi==0.4.2
|
||||
|
||||
# homeassistant.components.sensor.co2signal
|
||||
co2signal==0.4.1
|
||||
co2signal==0.4.2
|
||||
|
||||
# homeassistant.components.coinbase
|
||||
coinbase==2.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue