Use protocol of web page for yr.no pictures

pull/1901/head
Igor Shults 2016-04-23 21:09:39 -05:00
parent 27ce394571
commit 7afdca1121
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class YrSensor(Entity):
"""Weather symbol if type is symbol."""
if self.type != 'symbol':
return None
return "http://api.met.no/weatherapi/weathericon/1.1/" \
return "//api.met.no/weatherapi/weathericon/1.1/" \
"?symbol={0};content_type=image/png".format(self._state)
@property