mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Fix for Miflora 2.6.6 firmware (#4436)
This commit is contained in:
parent
0f59bb208c
commit
b615b3349f
@ -16,7 +16,7 @@ from homeassistant.util import Throttle
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
CONF_MONITORED_CONDITIONS, CONF_NAME, CONF_MAC)
|
CONF_MONITORED_CONDITIONS, CONF_NAME, CONF_MAC)
|
||||||
|
|
||||||
REQUIREMENTS = ['miflora==0.1.9']
|
REQUIREMENTS = ['miflora==0.1.12']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -41,6 +41,7 @@ SENSOR_TYPES = {
|
|||||||
'light': ['Light intensity', 'lux'],
|
'light': ['Light intensity', 'lux'],
|
||||||
'moisture': ['Moisture', '%'],
|
'moisture': ['Moisture', '%'],
|
||||||
'conductivity': ['Conductivity', 'µS/cm'],
|
'conductivity': ['Conductivity', 'µS/cm'],
|
||||||
|
'battery': ['Battery', '%'],
|
||||||
}
|
}
|
||||||
|
|
||||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
||||||
|
@ -275,7 +275,7 @@ messagebird==1.2.0
|
|||||||
mficlient==0.3.0
|
mficlient==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.miflora
|
# homeassistant.components.sensor.miflora
|
||||||
miflora==0.1.9
|
miflora==0.1.12
|
||||||
|
|
||||||
# homeassistant.components.discovery
|
# homeassistant.components.discovery
|
||||||
netdisco==0.7.6
|
netdisco==0.7.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user