Move platforms patch (#22168)

* move mold sensor

* Get tests working

* Move moon and season sensor strings.

* Renamed sensor strings.
This commit is contained in:
Penny Wood 2019-03-19 21:43:15 +08:00 committed by Paulus Schoutsen
parent c2aa06d0d4
commit bf4b7a82b4
73 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
"""Calculates mold growth indication from temperature and humidity."""

View file

@ -0,0 +1 @@
"""The tests for the MoldIndicator sensor."""

View file

@ -3,7 +3,7 @@ import unittest
from homeassistant.setup import setup_component
import homeassistant.components.sensor as sensor
from homeassistant.components.sensor.mold_indicator import (ATTR_DEWPOINT,
from homeassistant.components.mold_indicator.sensor import (ATTR_DEWPOINT,
ATTR_CRITICAL_TEMP)
from homeassistant.const import (
ATTR_UNIT_OF_MEASUREMENT, STATE_UNKNOWN, TEMP_CELSIUS)