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

Commit 8606ca5

Browse files
authored
Merge pull request #21 from pinkywafer/patch-2
move version to __init__
2 parents f74369f + c58d586 commit 8606ca5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
"""Raspberry Pi Power Supply Checker"""
1+
"""Raspberry Pi Power Supply Checker"""
2+
3+
4+
__version__ = '0.1.3'

custom_components/rpi_power/sensor.py

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

11-
__version__ = '0.1.2'
12-
1311
_LOGGER = logging.getLogger(__name__)
1412

1513
SYSFILE = '/sys/devices/platform/soc/soc:firmware/get_throttled'

resources.json

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

0 commit comments

Comments
 (0)