1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

CUPS sensor (#4142)

* Add CUPS sensor

* Use CupsData

* Fix requirement
This commit is contained in:
Fabian Affolter
2016-11-03 09:31:50 +01:00
committed by GitHub
parent 214a18f08c
commit 79fa2d4175
4 changed files with 154 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ COMMENT_REQUIREMENTS = (
'gattlib',
'pyuserinput',
'evdev',
'pycups',
)
IGNORE_PACKAGES = (