Skip to content

Commit 2990a13

Browse files
authored
Merge pull request #9 from pinkywafer/create-resources.json
Create resources.json
2 parents 124e6d6 + 0c80b9a commit 2990a13

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
File renamed without changes.

custom_components/personalcapital/sensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from homeassistant.components.sensor import (PLATFORM_SCHEMA)
1616
from homeassistant.util import Throttle
1717

18-
__version__ = '0.1.0'
18+
__version__ = '0.1.1'
1919

2020
REQUIREMENTS = ['personalcapital==1.0.1']
2121

resources.json

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

0 commit comments

Comments
 (0)