Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.humidifier.reproduce_state Namespace Reference

Functions

None _async_reproduce_states (HomeAssistant hass, State state, *Context|None context=None, dict[str, Any]|None reproduce_options=None)
 
None async_reproduce_states (HomeAssistant hass, Iterable[State] states, *Context|None context=None, dict[str, Any]|None reproduce_options=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Module that groups code required to handle state restore for component.

Function Documentation

◆ _async_reproduce_states()

None homeassistant.components.humidifier.reproduce_state._async_reproduce_states ( HomeAssistant  hass,
State  state,
*Context | None   context = None,
dict[str, Any] | None   reproduce_options = None 
)
private
Reproduce component states.

Definition at line 24 of file reproduce_state.py.

◆ async_reproduce_states()

None homeassistant.components.humidifier.reproduce_state.async_reproduce_states ( HomeAssistant  hass,
Iterable[State states,
*Context | None   context = None,
dict[str, Any] | None   reproduce_options = None 
)
Reproduce component states.

Definition at line 83 of file reproduce_state.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.humidifier.reproduce_state._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file reproduce_state.py.