mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade to 0.1.2 (#10348)
Fix an insecure request warning when not using verify=True. Contributed by @nalepae
This commit is contained in:
parent
148a7ddda9
commit
f5ea7d3c9c
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
||||
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['freesms==0.1.1']
|
||||
REQUIREMENTS = ['freesms==0.1.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -265,7 +265,7 @@ fixerio==0.1.1
|
||||
flux_led==0.20
|
||||
|
||||
# homeassistant.components.notify.free_mobile
|
||||
freesms==0.1.1
|
||||
freesms==0.1.2
|
||||
|
||||
# homeassistant.components.device_tracker.fritz
|
||||
# homeassistant.components.sensor.fritzbox_callmonitor
|
||||
|
Loading…
x
Reference in New Issue
Block a user