diff --git a/manifest.json b/custom_components/untappd/manifest.json similarity index 100% rename from manifest.json rename to custom_components/untappd/manifest.json diff --git a/custom_components/untappd/sensor.py b/custom_components/untappd/sensor.py index f9ce80f..b39048f 100644 --- a/custom_components/untappd/sensor.py +++ b/custom_components/untappd/sensor.py @@ -17,7 +17,7 @@ REQUIREMENTS = ['pyuntappd==0.0.5'] -__version__ = '0.1.4' +__version__ = '0.1.5' _LOGGER = logging.getLogger(__name__) diff --git a/resources.json b/resources.json new file mode 100644 index 0000000..8fd0066 --- /dev/null +++ b/resources.json @@ -0,0 +1,4 @@ +[ + "https://raw.githubusercontent.com/custom-components/sensor.untappd/master/custom_components/untappd/__init__.py", + "https://raw.githubusercontent.com/custom-components/sensor.untappd/master/custom_components/untappd/manifest.json" +]