mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Upgrade batinfo to 0.4.2 (#4452)
This commit is contained in:
committed by
Paulus Schoutsen
parent
d2bbc6ef70
commit
f70ff66d11
@ -14,7 +14,7 @@ from homeassistant.const import CONF_NAME
|
||||
from homeassistant.helpers.entity import Entity
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['batinfo==0.3']
|
||||
REQUIREMENTS = ['batinfo==0.4.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -43,7 +43,7 @@ apns2==0.1.1
|
||||
astral==1.3
|
||||
|
||||
# homeassistant.components.sensor.linux_battery
|
||||
batinfo==0.3
|
||||
batinfo==0.4.2
|
||||
|
||||
# homeassistant.components.sensor.scrape
|
||||
beautifulsoup4==4.5.1
|
||||
|
Reference in New Issue
Block a user