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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user