Fix for Miflora 2.6.6 firmware (#4436)

This commit is contained in:
Open Home Automation 2016-11-17 17:40:21 +01:00 committed by Paulus Schoutsen
parent 0f59bb208c
commit b615b3349f
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ from homeassistant.util import Throttle
from homeassistant.const import (
CONF_MONITORED_CONDITIONS, CONF_NAME, CONF_MAC)
REQUIREMENTS = ['miflora==0.1.9']
REQUIREMENTS = ['miflora==0.1.12']
_LOGGER = logging.getLogger(__name__)
@ -41,6 +41,7 @@ SENSOR_TYPES = {
'light': ['Light intensity', 'lux'],
'moisture': ['Moisture', '%'],
'conductivity': ['Conductivity', 'µS/cm'],
'battery': ['Battery', '%'],
}
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({