Fixing Egardia 'home armed' state not shown correctly. (#13335)

* Fixing Egardia 'home armed' state not shown correctly.

* Updating requirements_all.

* Adding DEPEDENCY list to Egardia components.

* updating requirements_all
This commit is contained in:
Jeroen ter Heerdt 2018-03-22 18:53:52 +01:00 committed by Paulus Schoutsen
parent d385e9645d
commit 98620d8ce8
4 changed files with 8 additions and 6 deletions

View file

@ -12,7 +12,7 @@ from homeassistant.const import STATE_ON, STATE_OFF
from homeassistant.components.egardia import (
EGARDIA_DEVICE, ATTR_DISCOVER_DEVICES)
_LOGGER = logging.getLogger(__name__)
DEPENDENCIES = ['egardia']
EGARDIA_TYPE_TO_DEVICE_CLASS = {'IR Sensor': 'motion',
'Door Contact': 'opening',
'IR': 'motion'}