mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
Upgrade coinmarketcap to 4.1.1 (#9490)
This commit is contained in:
parent
e41b00fb4d
commit
252ee35d61
@ -15,7 +15,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.const import ATTR_ATTRIBUTION, CONF_CURRENCY
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['coinmarketcap==3.0.1']
|
||||
REQUIREMENTS = ['coinmarketcap==4.1.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -140,7 +140,7 @@ buienradar==0.9
|
||||
ciscosparkapi==0.4.2
|
||||
|
||||
# homeassistant.components.sensor.coinmarketcap
|
||||
coinmarketcap==3.0.1
|
||||
coinmarketcap==4.1.1
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==3.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user