Skip to content

Commit

Permalink
Move platforms patch (#22168)
Browse files Browse the repository at this point in the history
* move mold sensor

* Get tests working

* Move moon and season sensor strings.

* Renamed sensor strings.
  • Loading branch information
Swamp-Ig authored and balloob committed Mar 19, 2019
1 parent c2aa06d commit bf4b7a8
Show file tree
Hide file tree
Showing 73 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions homeassistant/components/mold_indicator/__init__.py
@@ -0,0 +1 @@
"""Calculates mold growth indication from temperature and humidity."""
1 change: 1 addition & 0 deletions tests/components/mold_indicator/__init__.py
@@ -0,0 +1 @@
"""The tests for the MoldIndicator sensor."""
Expand Up @@ -3,7 +3,7 @@

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)
Expand Down

0 comments on commit bf4b7a8

Please sign in to comment.