1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Make reproduce state use platform instead of rely on function (#25856)

* Make reproduce state use platform instead of rely on function

* Fix types

* address comment Martin.
This commit is contained in:
Paulus Schoutsen
2019-08-11 20:03:21 -07:00
committed by GitHub
parent ab7db5fbd0
commit cf90e49b50
11 changed files with 26 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
import pytest
from homeassistant.components.climate import async_reproduce_states
from homeassistant.components.climate.reproduce_state import async_reproduce_states
from homeassistant.components.climate.const import (
ATTR_AUX_HEAT,
ATTR_HUMIDITY,