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

Functions

None _async_reproduce_state (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

Reproduce a Number entity state.

Function Documentation

◆ _async_reproduce_state()

None homeassistant.components.number.reproduce_state._async_reproduce_state ( HomeAssistant  hass,
State  state,
*Context | None   context = None,
dict[str, Any] | None   reproduce_options = None 
)
private
Reproduce a single state.

Definition at line 18 of file reproduce_state.py.

◆ async_reproduce_states()

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

Definition at line 50 of file reproduce_state.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 15 of file reproduce_state.py.