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

Commit bd8ff19

Browse files
authored
Update sensor.py
1 parent 9594edc commit bd8ff19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

custom_components/rpi_power/sensor.py

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
A sensor platform which detects underruns and capped status from the official Raspberry Pi Kernel.
33
Minimal Kernel needed is 4.14+
44
"""
5+
__version__ = '0.2.0'
6+
57
import logging
68
import os
79

0 commit comments

Comments
 (0)