mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Disable lupusec (#61142)
This commit is contained in:
parent
bbaec2c481
commit
e3ba533464
@ -1,4 +1,5 @@
|
||||
"""Support for Lupusec Home Security system."""
|
||||
# pylint: disable=import-error
|
||||
import logging
|
||||
|
||||
import lupupy
|
||||
|
@ -1,4 +1,5 @@
|
||||
"""Support for Lupusec Security System binary sensors."""
|
||||
# pylint: disable=import-error
|
||||
from datetime import timedelta
|
||||
|
||||
import lupupy.constants as CONST
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"disabled": "Library has incompatible requirements.",
|
||||
"domain": "lupusec",
|
||||
"name": "Lupus Electronics LUPUSEC",
|
||||
"documentation": "https://www.home-assistant.io/integrations/lupusec",
|
||||
|
@ -1,4 +1,5 @@
|
||||
"""Support for Lupusec Security System switches."""
|
||||
# pylint: disable=import-error
|
||||
from datetime import timedelta
|
||||
|
||||
import lupupy.constants as CONST
|
||||
|
@ -971,9 +971,6 @@ london-tube-status==0.2
|
||||
# homeassistant.components.luftdaten
|
||||
luftdaten==0.7.1
|
||||
|
||||
# homeassistant.components.lupusec
|
||||
lupupy==0.0.21
|
||||
|
||||
# homeassistant.components.lw12wifi
|
||||
lw12==0.9.2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user