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

Add REQUIREMENTS list to components

This commit is contained in:
Paulus Schoutsen
2015-07-07 00:01:46 -07:00
parent aeae7c2c02
commit 940b2998ea
25 changed files with 63 additions and 36 deletions

View File

@@ -48,6 +48,7 @@ from homeassistant.util import Throttle
from homeassistant.const import (CONF_API_KEY, TEMP_CELCIUS, TEMP_FAHRENHEIT)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pywm>=2.2.1']
_LOGGER = logging.getLogger(__name__)
SENSOR_TYPES = {
'weather': ['Condition', ''],