Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit c3ceef4

Browse files
authoredApr 28, 2019
Merge pull request #19 from pinkywafer/master
Update structure
2 parents 8512160 + c54fe1d commit c3ceef4

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed
 
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{
2-
"domain": "rpi_power",
3-
"name": "Raspberry Pi Power Supply Checker",
4-
"documentation": "https://github.com/custom-components/sensor.rpi_power/blob/master/README.md",
5-
"dependencies": [],
6-
"codeowners": [],
7-
"requirements": []
8-
}
1+
{
2+
"domain": "rpi_power",
3+
"name": "Raspberry Pi Power Supply Checker",
4+
"documentation": "https://github.com/custom-components/sensor.rpi_power/blob/master/README.md",
5+
"dependencies": [],
6+
"codeowners": [],
7+
"requirements": []
8+
}

‎custom_components/rpi_power/sensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import homeassistant.helpers.config_validation as cv
99
from homeassistant.components.sensor import (PLATFORM_SCHEMA)
1010

11-
__version__ = '0.1.0'
11+
__version__ = '0.1.1'
1212

1313
_LOGGER = logging.getLogger(__name__)
1414

‎resources.json

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

0 commit comments

Comments
 (0)
This repository has been archived.