Remove '#'' from requirements
This commit is contained in:
parent
5f89b34831
commit
f8e5df237b
4 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ from homeassistant.components.light import ATTR_BRIGHTNESS
|
|||
|
||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||
|
||||
REQUIREMENTS = ['#pyvera==0.2.1']
|
||||
REQUIREMENTS = ['pyvera==0.2.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue