This repository was archived by the owner on Dec 26, 2020. It is now read-only.
File tree 4 files changed +13
-9
lines changed
custom_components/rpi_power
4 files changed +13
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 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
+ }
Original file line number Diff line number Diff line change 8
8
import homeassistant .helpers .config_validation as cv
9
9
from homeassistant .components .sensor import (PLATFORM_SCHEMA )
10
10
11
- __version__ = '0.1.0 '
11
+ __version__ = '0.1.1 '
12
12
13
13
_LOGGER = logging .getLogger (__name__ )
14
14
Original file line number Diff line number Diff line change
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
+ ]
You can’t perform that action at this time.
0 commit comments