We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691c646 commit 57529f1Copy full SHA for 57529f1
custom_components/feedparser/sensor.py
@@ -18,7 +18,7 @@
18
from homeassistant.components.sensor import (PLATFORM_SCHEMA)
19
from homeassistant.const import (CONF_NAME)
20
21
-__version__ = '0.0.6'
+__version__ = '0.0.7'
22
_LOGGER = logging.getLogger(__name__)
23
24
REQUIREMENTS = ['feedparser']
0 commit comments