mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Move platforms patch (#22168)
* move mold sensor * Get tests working * Move moon and season sensor strings. * Renamed sensor strings.
This commit is contained in:
parent
c2aa06d0d4
commit
bf4b7a82b4
1
homeassistant/components/mold_indicator/__init__.py
Normal file
1
homeassistant/components/mold_indicator/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Calculates mold growth indication from temperature and humidity."""
|
1
tests/components/mold_indicator/__init__.py
Normal file
1
tests/components/mold_indicator/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""The tests for the MoldIndicator sensor."""
|
@ -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)
|
Loading…
x
Reference in New Issue
Block a user