Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 9fe2224

Browse files
authored
Merge pull request #21 from pinkywafer/create-resources.json
Create resources.json
2 parents 2addbdb + 18fbffe commit 9fe2224

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
File renamed without changes.

β€Žcustom_components/untappd/sensor.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
REQUIREMENTS = ['pyuntappd==0.0.5']
1919

20-
__version__ = '0.1.4'
20+
__version__ = '0.1.5'
2121

2222
_LOGGER = logging.getLogger(__name__)
2323

β€Žresources.jsonβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"https://raw.githubusercontent.com/custom-components/sensor.untappd/master/custom_components/untappd/__init__.py",
3+
"https://raw.githubusercontent.com/custom-components/sensor.untappd/master/custom_components/untappd/manifest.json"
4+
]

0 commit comments

Comments
Β (0)