Update yr.py

This commit is contained in:
Daniel Høyer Iversen 2015-12-01 20:19:59 +01:00
parent e68a8f9c0f
commit 361ab0f92b

View File

@ -35,11 +35,11 @@ sensor:
- dewpointTemperature - dewpointTemperature
""" """
import homeassistant.util.dt as dt_util
import logging import logging
import datetime import datetime
import urllib.request import urllib.request
import xmltodict import xmltodict
import homeassistant.util.dt as dt_util
from homeassistant.const import ATTR_ENTITY_PICTURE from homeassistant.const import ATTR_ENTITY_PICTURE
from homeassistant.helpers.entity import Entity from homeassistant.helpers.entity import Entity