From 986e2cf293bc5c4223c1aacd8d8e9a3c7d54d8d9 Mon Sep 17 00:00:00 2001 From: Nat Burns Date: Sat, 18 Jan 2020 20:39:04 +0000 Subject: [PATCH] Release 0.0.5. --- custom_components/hdhomerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hdhomerun/__init__.py b/custom_components/hdhomerun/__init__.py index 457ceaf..a0bd69d 100644 --- a/custom_components/hdhomerun/__init__.py +++ b/custom_components/hdhomerun/__init__.py @@ -1,5 +1,5 @@ """The HDHomeRun component.""" -__version__ = '0.0.4' +__version__ = '0.0.5' import voluptuous as vol import homeassistant.helpers.config_validation as cv