diff --git a/homeassistant/components/sensor/emoncms.py b/homeassistant/components/sensor/emoncms.py index 9cd131f9dc1..6ed269bc467 100644 --- a/homeassistant/components/sensor/emoncms.py +++ b/homeassistant/components/sensor/emoncms.py @@ -202,8 +202,7 @@ class EmonCmsData(object): """Get the latest data.""" try: req = requests.get(self._url, params={"apikey": self._apikey}, - verify=False, allow_redirects=True, - timeout=5) + allow_redirects=True, timeout=5) except requests.exceptions.RequestException as exception: _LOGGER.error(exception) return