Home Assistant Unofficial Reference 2024.12.1
state.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.helpers.state
 

Functions

None homeassistant.helpers.state.async_reproduce_state (HomeAssistant hass, State|Iterable[State] states, *Context|None context=None, dict[str, Any]|None reproduce_options=None)
 
float homeassistant.helpers.state.state_as_number (State state)
 

Variables

 homeassistant.helpers.state._LOGGER = logging.getLogger(__name__)