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

Functions

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

Detailed Description

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

Function Documentation

◆ async_reproduce_states()

None homeassistant.components.group.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 14 of file reproduce_state.py.